Rabbit RabbitCore RCM3209 User Manual page 117

C-programmable module with ethernet
Table of Contents

Advertisement

void glPlotDot(int x, int y);
DESCRIPTION
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.
PARAMETERS
x
y
RETURN VALUE
None.
SEE ALSO
glPlotline, glPlotPolygon, glPlotCircle
void glPlotLine(int x0, int y0, int x1, int y1);
DESCRIPTION
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.
PARAMETERS
x0
y0
x1
y1
RETURN VALUE
None.
SEE ALSO
glPlotDot, glPlotPolygon, glPlotCircle
User's Manual
glPlotDot
the x coordinate of the dot.
the y coordinate of the dot.
glPlotLine
the x coordinate of one endpoint of the line.
the y coordinate of one endpoint of the line.
the x coordinate of the other endpoint of the line.
the y coordinate of the other endpoint of the line.
111

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the RabbitCore RCM3209 and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Rabbitcore rcm3229

Table of Contents