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

Method display

examples/AllProtocolsOnLCD/LiquidCrystal_I2C.hpp:184–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182 command(LCD_DISPLAYCONTROL | _displaycontrol);
183}
184void LiquidCrystal_I2C::display() {
185 _displaycontrol |= LCD_DISPLAYON;
186 command(LCD_DISPLAYCONTROL | _displaycontrol);
187}
188
189// Turns the underline cursor on/off
190void LiquidCrystal_I2C::noCursor() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected