| 192 | command(LCD_DISPLAYCONTROL | _displaycontrol); |
| 193 | } |
| 194 | void LiquidCrystal_I2C::cursor() { |
| 195 | _displaycontrol |= LCD_CURSORON; |
| 196 | command(LCD_DISPLAYCONTROL | _displaycontrol); |
| 197 | } |
| 198 | |
| 199 | // Turn on and off the blinking cursor |
| 200 | void LiquidCrystal_I2C::noBlink() { |
nothing calls this directly
no outgoing calls
no test coverage detected