68
eDisplay (OP7200)
Draws 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
is the x coordinate of the center of the circle
yc
is the y coordinate of the center of the circle
rad
is the radius of the circle (in pixels)
SEE ALSO
glFillCircle, glPlotPolygon, glFillPolygon
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
is the x coordinate of the center of the circle
yc
is the y coordinate of the center of the circle
rad
is the radius of the circle (in pixels)
SEE ALSO
glPlotCircle, glPlotPolygon, glFillPolygon
Initializse the font descriptor structure, where the font is stored in
xmem
. Each font character’s bitmap is
column-major and byte-aligned.
PARAMETERS
pInfo
is a pointer to the font descriptor to be initialized
pixWidth
is the width of each font item (in pixels)
pixHeight
is the height of each font item (in pixels)
startChar
is the value of the first printable character in the font character set
endChar
is the value of the last printable character in the font character set
xmemBuffer
is an
xmem
pointer to a linear array of font bitmaps
SEE ALSO
glPrinf
void glPlotCircle(int xc, int yc, int rad);
void glFillCircle(int xc, int yc, int rad);
void glXFontInit(fontInfo *pInfo, char pixWidth,
char pixHeight, unsigned startChar, unsigned
endChar, unsigned long xmemBuffer);
Summary of Contents for eDisplay OP7200
Page 1: ...eDisplay OP7200 VGA Operator Control Panel User s Manual 019 0116 021001 A ...
Page 6: ...eDisplay OP7200 ...
Page 44: ...38 eDisplay OP7200 ...
Page 128: ...122 eDisplay OP7200 ...
Page 136: ...130 eDisplay OP7200 ...
Page 144: ...138 eDisplay OP7200 ...
Page 146: ...140 eDisplay OP7200 ...
Page 150: ...144 eDisplay OP7200 ...
Page 152: ......