OP7100
Software
s
61
void op71XGetFastmap( int x, int y, int bmWidth,
int bmHeight, unsigned long xBm );
Gets a bitmap from the LCD page buffer and stores it in
xmem
RAM.
This function is like
op71XGetBitmap
, except that it is faster. The
restriction is that the bitmap must be byte-aligned.
PARAMETERS:
x
is the left edge of the bitmap (in pixels), and must
be evenly divisible by 8.
y
is the top edge of the bitmap (in pixels).
bmWidth
is the width of the bitmap (in pixels), and must be evenly
divisible by 8.
bmHeight
is the height of the bitmap (in pixels).
xBm
is the
xmem
RAM storage address.
void op71PlotDot( int x, int y );
Draws a single pixel in the LCD buffer, and on the LCD if the buffer is
unlocked.
PARAMETERS: (
x
,
y
) are the coordinates of the dot.
void op71PlotLine( int x0, int y0,
int x1, int y1 );
Draws a line in the LCD buffer, and on the LCD if the buffer is
unlocked.
PARAMETERS: (
x0
,
y0
) are the (x,y) coordinates of one endpoint.
(
x1
,
y1
) are the (x,y) coordinates of the other endpoint.
void op71Block( int x, int y, int bmWidth,
int bmHeight );
Draws a rectangular block in the page buffer, and on the LCD if the
buffer is unlocked.
PARAMETERS:
x
is the left edge of the pixel.
y
is the top edge of the pixel.
bmWidth
is the width of the block.
bmHeight
is the height of the block.
Содержание OP7100
Страница 1: ...OP7100 Serial Graphic Display User s Manual 019 0065 020418 J ...
Страница 10: ...OP7100 x s About This Manual ...
Страница 16: ...OP7100 16 s Overview ...
Страница 50: ...OP7100 50 s Hardware ...
Страница 51: ...OP7100 Software s 51 CHAPTER 4 SOFTWARE Chapter 4 describes the Dynamic C functions used with the OP7100 ...
Страница 72: ...OP7100 72 s Software ...
Страница 80: ...OP7100 80 s Graphics Programming ...
Страница 86: ...OP7100 86 s Installation ...
Страница 96: ...OP7100 96 s Specifications ...
Страница 110: ...110 s Serial Interface Board 2 OP7100 ...
Страница 111: ...OP7100 Backup Battery s 111 APPENDIX E BACKUP BATTERY ...
Страница 114: ...OP7100 114 s Backup Battery ...
Страница 122: ...OP7100 122 s Index ...