void glFillScreen(int pattern);
DESCRIPTION
Fills the LCD display screen with a pattern.
PARAMETER
The screen will be set to all black if pattern is 0xFF, all white if pattern is 0x00,
and vertical stripes for any other pattern.
RETURN VALUE
None.
SEE ALSO
glBlock, glBlankScreen, glPlotPolygon, glPlotCircle
void glBlankScreen(void);
DESCRIPTION
Blanks the LCD display screen (sets LCD display screen to white).
RETURN VALUE
None.
SEE ALSO
glFillScreen, glBlock, glPlotPolygon, glPlotCircle
User's Manual
glFillScreen
glBlankScreen
93
Need help?
Do you have a question about the RabbitCore RCM3209 and is the answer not in the manual?
Questions and answers