20-101-0732 Rabbit Semiconductor, 20-101-0732 Datasheet - Page 77

no-image

20-101-0732

Manufacturer Part Number
20-101-0732
Description
INTERFACE SMART SCREEN OP7100
Manufacturer
Rabbit Semiconductor
Datasheet

Specifications of 20-101-0732

Module/board Type
Single Board Computer Module
For Use With/related Products
OP7100
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Other names
20-101-732
20-101-732
Plot a Line
• void op71PlotLine(int x1, int y1, int x2, int y2);
Plot a Circle
• void op71PlotCircle(int xc, int yc, int rad);
Plot a Polygon
• void op71PlotPolygon(int n, int x1, int y1,...);
Fill a Circle
• void op71FillCircle(int xc, int yc, int rad);
Fill a Polygon
• void op71FillPolygon(int n, int x1, int y1,...);
Draw a Bitmap
• void op71XPutBitmap( int left, int top,
OP7100
(
(
n
other vertices in the x-first order.
Similar to
Similar to
this function works for polygons with concave angles.
Draws bitmap in the specified space. The data for the bitmap are stored
in
aligned (left-edge and width each evenly divisible by 8).
PARAMETERS:
top
width
height
bitmap
x1
xc
int width, int height, unsigned long bitmap );
is the number of vertices, (
xmem
,
,
y1
yc
is the top edge of the bitmap.
) and (
) is the center of the circle,
is the width of the bitmap.
. Automatically calls
is the height of the bitmap.
is the address of the bitmap in
op71PlotCircle
op71PlotPolygon
x2
,
y2
left
) are the endpoints of the line.
is the left edge of the bitmap.
x1
op71XPutFastmap
, but paints the circle solid.
, but paints the polygon solid. Note that
,
y1
rad
) is the first vertex, followed by the
is the radius.
xmem
Graphics Programming
.
if bitmap is byte-
77

Related parts for 20-101-0732