Home
last modified time | relevance | path

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

/device/google/accessory/arduino/USB_Host_Shield/
DMax_LCD.cpp200 _displaycontrol &= ~LCD_BLINKON; in noBlink()
204 _displaycontrol |= LCD_BLINKON; in blink()
DMax_LCD.h63 #define LCD_BLINKON 0x01 macro