Home
last modified time | relevance | path

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

/device/google/accessory/arduino/USB_Host_Shield/
DMax_LCD.cpp180 command(LCD_DISPLAYCONTROL | _displaycontrol); in noDisplay()
184 command(LCD_DISPLAYCONTROL | _displaycontrol); in display()
190 command(LCD_DISPLAYCONTROL | _displaycontrol); in noCursor()
194 command(LCD_DISPLAYCONTROL | _displaycontrol); in cursor()
201 command(LCD_DISPLAYCONTROL | _displaycontrol); in noBlink()
205 command(LCD_DISPLAYCONTROL | _displaycontrol); in blink()
DMax_LCD.h46 #define LCD_DISPLAYCONTROL 0x08 macro