| 218 | command(LCD_DISPLAYCONTROL | _displaycontrol); |
| 219 | } |
| 220 | void LiquidCrystal::display() { |
| 221 | _displaycontrol |= LCD_DISPLAYON; |
| 222 | command(LCD_DISPLAYCONTROL | _displaycontrol); |
| 223 | } |
| 224 | |
| 225 | // Turns the underline cursor on/off |
| 226 | void LiquidCrystal::noCursor() { |
nothing calls this directly
no outgoing calls
no test coverage detected