void glPlotCircle(int xc, int yc, int rad);
DESCRIPTION
Draws the outline of a circle in the LCD page buffer and on the LCD if the buffer is
unlocked. Any portion of the circle that is outside the LCD display area will be clipped.
PARAMETERS
xc
yc
rad
RETURN VALUE
None.
SEE ALSO
glFillCircle, glPlotPolygon, glFillPolygon
void glFillCircle(int xc, int yc, int rad);
DESCRIPTION
Draws a filled circle in the LCD page buffer and on the LCD if the buffer is unlocked.
Any portion of the circle that is outside the LCD display area will be clipped.
PARAMETERS
xc
yc
rad
RETURN VALUE
None.
SEE ALSO
glPlotCircle, glPlotPolygon, glFillPolygon
User's Manual
glPlotCircle
the x coordinate of the center of the circle.
the y coordinate of the center of the circle.
the radius of the center of the circle (in pixels).
glFillCircle
the x coordinate of the center of the circle.
the y coordinate of the center of the circle.
the radius of the center of the circle (in pixels).
101
Need help?
Do you have a question about the RabbitCore RCM3209 and is the answer not in the manual?
Questions and answers