Home
last modified time | relevance | path

Searched refs:LCD_DISPLAYON (Results 1 – 2 of 2) sorted by relevance

/device/google/accessory/arduino/USB_Host_Shield/
DMax_LCD.cpp142 _displaycontrol = LCD_DISPLAYON | LCD_CURSOROFF | LCD_BLINKOFF; in begin()
179 _displaycontrol &= ~LCD_DISPLAYON; in noDisplay()
183 _displaycontrol |= LCD_DISPLAYON; in display()
DMax_LCD.h59 #define LCD_DISPLAYON 0x04 macro