void glFillRegion(int left, int top, int width, int height,
char pattern);
DESCRIPTION
Fills a rectangular block in the LCD buffer with the pattern specified. Any portion of
the block that is outside the LCD display area will be clipped.
PARAMETERS
left
top
width
height
pattern
RETURN VALUE
None.
SEE ALSO
glFillScreen, glBlankScreen, glBlock, glBlankRegion
94
glFillRegion
the x coordinate of the top left corner of the block.
the y coordinate of the top left corner of the block.
the width of the block.
the height of the block.
the bit pattern to display (all black if pattern is 0xFF, all white
if pattern is 0x00, and vertical stripes for any other pattern).
RabbitCore RCM3209/RCM3229
Need help?
Do you have a question about the RabbitCore RCM3209 and is the answer not in the manual?
Questions and answers