OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_displaycontrol
(Results
1 - 2
of
2
) sorted by null
/device/google/accessory/arduino/USB_Host_Shield/
Max_LCD.cpp
142
_displaycontrol
= LCD_DISPLAYON | LCD_CURSOROFF | LCD_BLINKOFF;
179
_displaycontrol
&= ~LCD_DISPLAYON;
180
command(LCD_DISPLAYCONTROL |
_displaycontrol
);
183
_displaycontrol
|= LCD_DISPLAYON;
184
command(LCD_DISPLAYCONTROL |
_displaycontrol
);
189
_displaycontrol
&= ~LCD_CURSORON;
190
command(LCD_DISPLAYCONTROL |
_displaycontrol
);
193
_displaycontrol
|= LCD_CURSORON;
194
command(LCD_DISPLAYCONTROL |
_displaycontrol
);
200
_displaycontrol
&= ~LCD_BLINKON
[
all
...]
Max_LCD.h
106
uint8_t
_displaycontrol
;
member in class:Max_LCD
Completed in 59 milliseconds