MCPcopy Create free account
hub / github.com/Arduino-IRremote/Arduino-IRremote / display

Method display

examples/AllProtocolsOnLCD/LiquidCrystal.cpp:220–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218 command(LCD_DISPLAYCONTROL | _displaycontrol);
219}
220void LiquidCrystal::display() {
221 _displaycontrol |= LCD_DISPLAYON;
222 command(LCD_DISPLAYCONTROL | _displaycontrol);
223}
224
225// Turns the underline cursor on/off
226void LiquidCrystal::noCursor() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected