int glGetBrushType(void);
RETURN VALUE
SEE ALSO
void glPlotDot(int x, int y);
PARAMETERS
RETURN VALUE
SEE ALSO
void glPlotLine(int x0, int y0, int x1, int y1);
PARAMETERS
RETURN VALUE
SEE ALSO
User's Manual
Downloaded from
Elcodis.com
electronic components distributor
Gets the current method (or color) of pixels drawn by subsequent graphic calls.
The current brush type.
glSetBrushType
Draws a single pixel in the LCD buffer, and on the LCD if the buffer is unlocked. If the coordinates are
outside the LCD display area, the dot will not be plotted.
x is the x coordinate of the dot.
y is the y coordinate of the dot.
None.
glPlotline, glPlotPolygon, glPlotCircle
Draws a line in the LCD buffer, and on the LCD if the buffer is unlocked. Any portion of the line that is
beyond the LCD display area will be clipped.
x0 is the x coordinate of one endpoint of the line.
y0 is the y coordinate of one endpoint of the line.
x1 is the x coordinate of the other endpoint of the line.
y1 is the y coordinate of the other endpoint of the line.
None.
glPlotDot, glPlotPolygon, glPlotCircle
91
Need help?
Do you have a question about the RCM3000 and is the answer not in the manual?