Home
last modified time | relevance | path

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

/device/google/accessory/arduino/USB_Host_Shield/
DMax_LCD.cpp210 command(LCD_CURSORSHIFT | LCD_DISPLAYMOVE | LCD_MOVELEFT); in scrollDisplayLeft()
213 command(LCD_CURSORSHIFT | LCD_DISPLAYMOVE | LCD_MOVERIGHT); in scrollDisplayRight()
DMax_LCD.h67 #define LCD_DISPLAYMOVE 0x08 macro