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

Method blink

examples/AllProtocolsOnLCD/LiquidCrystal.cpp:240–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238 command(LCD_DISPLAYCONTROL | _displaycontrol);
239}
240void LiquidCrystal::blink() {
241 _displaycontrol |= LCD_BLINKON;
242 command(LCD_DISPLAYCONTROL | _displaycontrol);
243}
244
245// These commands scroll the display without changing the RAM
246void LiquidCrystal::scrollDisplayLeft(void) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected