Searched refs:_displaycontrol (Results 1 – 2 of 2) sorted by relevance
142 _displaycontrol = LCD_DISPLAYON | LCD_CURSOROFF | LCD_BLINKOFF; in begin()179 _displaycontrol &= ~LCD_DISPLAYON; in noDisplay()180 command(LCD_DISPLAYCONTROL | _displaycontrol); in noDisplay()183 _displaycontrol |= LCD_DISPLAYON; in display()184 command(LCD_DISPLAYCONTROL | _displaycontrol); in display()189 _displaycontrol &= ~LCD_CURSORON; in noCursor()190 command(LCD_DISPLAYCONTROL | _displaycontrol); in noCursor()193 _displaycontrol |= LCD_CURSORON; in cursor()194 command(LCD_DISPLAYCONTROL | _displaycontrol); in cursor()200 _displaycontrol &= ~LCD_BLINKON; in noBlink()[all …]
106 uint8_t _displaycontrol; variable