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

Method cursor

examples/AllProtocolsOnLCD/LiquidCrystal.cpp:230–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228 command(LCD_DISPLAYCONTROL | _displaycontrol);
229}
230void LiquidCrystal::cursor() {
231 _displaycontrol |= LCD_CURSORON;
232 command(LCD_DISPLAYCONTROL | _displaycontrol);
233}
234
235// Turn on and off the blinking cursor
236void LiquidCrystal::noBlink() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected