| 238 | command(LCD_DISPLAYCONTROL | _displaycontrol); |
| 239 | } |
| 240 | void LiquidCrystal::blink() { |
| 241 | _displaycontrol |= LCD_BLINKON; |
| 242 | command(LCD_DISPLAYCONTROL | _displaycontrol); |
| 243 | } |
| 244 | |
| 245 | // These commands scroll the display without changing the RAM |
| 246 | void LiquidCrystal::scrollDisplayLeft(void) { |
nothing calls this directly
no outgoing calls
no test coverage detected