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

Method blink

examples/AllProtocolsOnLCD/LiquidCrystal_I2C.hpp:204–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202 command(LCD_DISPLAYCONTROL | _displaycontrol);
203}
204void LiquidCrystal_I2C::blink() {
205 _displaycontrol |= LCD_BLINKON;
206 command(LCD_DISPLAYCONTROL | _displaycontrol);
207}
208
209// These commands scroll the display without changing the RAM
210void LiquidCrystal_I2C::scrollDisplayLeft(void) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected