| 228 | command(LCD_DISPLAYCONTROL | _displaycontrol); |
| 229 | } |
| 230 | void LiquidCrystal::cursor() { |
| 231 | _displaycontrol |= LCD_CURSORON; |
| 232 | command(LCD_DISPLAYCONTROL | _displaycontrol); |
| 233 | } |
| 234 | |
| 235 | // Turn on and off the blinking cursor |
| 236 | void LiquidCrystal::noBlink() { |
nothing calls this directly
no outgoing calls
no test coverage detected