| 202 | command(LCD_DISPLAYCONTROL | _displaycontrol); |
| 203 | } |
| 204 | void LiquidCrystal_I2C::blink() { |
| 205 | _displaycontrol |= LCD_BLINKON; |
| 206 | command(LCD_DISPLAYCONTROL | _displaycontrol); |
| 207 | } |
| 208 | |
| 209 | // These commands scroll the display without changing the RAM |
| 210 | void LiquidCrystal_I2C::scrollDisplayLeft(void) { |
nothing calls this directly
no outgoing calls
no test coverage detected