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

Method cursor

examples/AllProtocolsOnLCD/LiquidCrystal_I2C.hpp:194–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192 command(LCD_DISPLAYCONTROL | _displaycontrol);
193}
194void LiquidCrystal_I2C::cursor() {
195 _displaycontrol |= LCD_CURSORON;
196 command(LCD_DISPLAYCONTROL | _displaycontrol);
197}
198
199// Turn on and off the blinking cursor
200void LiquidCrystal_I2C::noBlink() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected