OP7100
62
s
Software
void op71PlotCircle( int xc, int yc, int rad );
Draws a circle in the LCD page buffer, and on the LCD if the buffer is
unlocked.
PARAMETERS:
x
is the x-coordinate of the center.
y
is the y-coordinate of the center.
rad
is the radius of the circle (in pixels).
void op71FillCircle( int xc, int yc, int rad );
Draws a filled circle in the LCD page buffer, and on the LCD if the
buffer is unlocked.
PARAMETERS:
x
is the x-coordinate of the center.
y
is the y-coordinate of the center.
rad
is the radius of the circle (in pixels).
void op71PlotVPolygon( int n, int *pFirstCoord );
Plots the outline of a polygon in the LCD page buffer, and on the LCD
if the buffer is unlocked.
PARAMETERS:
n
is the number of vertices.
pFirstCoord
is a pointer to the array for the vertex with coordinates
(x1,y1), (x2,y2),( x3,y3)...
void op71FillVPolygon( int n, int *pFirstCoord );
Fills a polygon in the LCD page buffer, and on the LCD screen if the
buffer is unlocked.
PARAMETERS:
n
is the number of vertices.
pFirstCoord
is a pointer to the array for the vertex with coordinates
(x1,y1), (x2,y2),( x3,y3)...
void op71PlotPolygon( int n, int x1, int y1,
int x2, int y2, ... );
Plots the outline of a polygon in the LCD page buffer, and on the LCD
if the buffer is unlocked.
PARAMETERS:
n
is the number of vertices.
(
x1
,
y1
) are the (x,y) coordinates of the first vertex.
(
x2
,
y2
) are the (x,y) coordinates of the first vertex...
Summary of Contents for OP7100
Page 1: ...OP7100 Serial Graphic Display User s Manual 019 0065 020418 J ...
Page 10: ...OP7100 x s About This Manual ...
Page 16: ...OP7100 16 s Overview ...
Page 50: ...OP7100 50 s Hardware ...
Page 72: ...OP7100 72 s Software ...
Page 80: ...OP7100 80 s Graphics Programming ...
Page 86: ...OP7100 86 s Installation ...
Page 96: ...OP7100 96 s Specifications ...
Page 110: ...110 s Serial Interface Board 2 OP7100 ...
Page 111: ...OP7100 Backup Battery s 111 APPENDIX E BACKUP BATTERY ...
Page 114: ...OP7100 114 s Backup Battery ...
Page 122: ...OP7100 122 s Index ...