OP7100
Software 69
•
void glPlotVPolygon( int n, int *pFirstCoord )
Plots a filled-in polygon.
PARAMETERS:
n
is the number of vertices.
*pFirstCoord
is an array of vertex coordinates (x
1
,y
1
), (x
2
,y
2
), …
•
void glPlotPolygon( int n, int x1, int y1,
int x2, int y2,... )
Plots the outline of a polygon.
PARAMETERS:
n
is the number of vertices.
x1
is the x coordinate of the first vertex.
y1
is the y coordinate of the first vertex.
x2
is the x coordinate of the second vertex.
y2
is the y coordinate of the second vertex.
•
void glFillVPolygon( int n, int *pFirstCoord )
Fills in a polygon.
PARAMETERS:
n
is the number of vertices.
*pFirstCoord
is an array of vertex coordinates (x
1
,y
1
), (x
2
,y
2
), …
•
void glFillPolygon( int n, int x1, int y1,
int x2, int y2,... )
Fllls in a polygon.
PARAMETERS:
n
is the number of vertices.
x1
is the x coordinate of the first vertex.
y1
is the y coordinate of the first vertex.
x2
is the x coordinate of the second vertex.
y2
is the y coordinate of the second vertex.
•
void glPutBitmap( int x, int y, int bmWidth,
int bmHeight, char *bm )
Displays a bitmap stored in root memory on the LCD. For bitmaps
defined in
xmem
memory, use
glXPutBitmap
.
PARAMETERS:
x
is the x coordinate of the bitmap left edge.
y
is the y coordinate of the bitmap top edge.
bmWidth
is the width of the bitmap.
bmHeight
is the height of the bitmap.
bm
is a pointer to the bitmap. The bitmap format is a column with the
major byte aligned for each column.
Summary of Contents for OP7100
Page 1: ...OP7100 Serial Graphic Display User s Manual 019 0065 070831 O ...
Page 10: ...OP7100 x About This Manual ...
Page 16: ...OP7100 16 Overview ...
Page 74: ...OP7100 74 Software ...
Page 82: ...OP7100 82 Graphics Programming ...
Page 88: ...OP7100 88 Installation ...
Page 98: ...OP7100 98 Specifications ...
Page 108: ...OP7100 108 Memory I O Map and Interrupt Vectors ...
Page 112: ...112 Serial Interface Board 2 OP7100 ...
Page 113: ...OP7100 Backup Battery 113 APPENDIX E BACKUP BATTERY ...
Page 116: ...OP7100 116 Backup Battery ...
Page 124: ...OP7100 124 Index ...
Page 126: ...XX0000 Schematics ...