User`s manual
User’s Manual 79
Fills the LCD display screen with a pattern.
PARAMETER
pattern
0xFF = all black
0x00 = all white
anything else = vertical stripes
SEE ALSO
glBlock, glBlankScreen, glPlotPolygon, glPlotCircle
Blanks (sets to white) the LCD display screen.
SEE ALSO
glFillScreen, glBlock, glPlotPolygon, glPlotCircle
Sets the drawing method (or color) of pixels drawn by subsequent graphics calls.
PARAMETER
type is the value can be one of the following macros:
PIXBLACK draws black pixels
PIXWHITE draws white pixels
PIXXOR draws old pixel XOR'ed with the new pixel
SEE ALSO
glGetBrushType
void glFillScreen(int pattern);
void glBlankScreen(void);
void glSetBrushType(int type);