| 182 | command(LCD_DISPLAYCONTROL | _displaycontrol); |
| 183 | } |
| 184 | void LiquidCrystal_I2C::display() { |
| 185 | _displaycontrol |= LCD_DISPLAYON; |
| 186 | command(LCD_DISPLAYCONTROL | _displaycontrol); |
| 187 | } |
| 188 | |
| 189 | // Turns the underline cursor on/off |
| 190 | void LiquidCrystal_I2C::noCursor() { |
nothing calls this directly
no outgoing calls
no test coverage detected