OP7100
56 Software
Dynamic C 32 Libraries
When you are using Dynamic C 32, you must first
#use op71l.lib
or
#use op71p.lib
before the
#use op71hw.lib
line as shown below.
#use op71l.lib
or
#use op71p.lib
#use op71hw.lib
Call the
#use op71p.lib
line to use your OP7100 in a portrait orienta-
tion, or call the
#use op71l.lib
line to use your OP7100 in a landscape
orientation.
OP71HW.LIB
•
void op71Init( void );
This call must be used to initialize the OP7100 software and hardware.
It also clears the LCD buffer and screen, sets the contrast to 35, turns
on the LCD power, and turns on the LCD backlight.
•
void op71BackLight( int isOn );
Turns the OP7100 backlight on or off.
PARAMETER:
isOn
turns the OP7100 backlight on or off.
1 to turn backlight on
0 to turn backlight off
•
void op71Power( int isOn );
Turns the OP7100 power on or off.
PARAMETER:
isOn
turns the OP7100 power on or off.
1 to turn power on
0 to turn power off
•
void op71SetContrast( unsigned level );
Sets the OP7100 contrast level.
PARAMETER:
level
is the contrast level (0–63), visibility increases
with a lower level.
•
void op71BlankScreen( void );
Blanks (sets to white) the OP7100 screen.
•
void op71FillScreen( char pattern );
Fills the OP7100 LCD screen with a pattern. The screen will be set to
all black if the pattern is 0xFF, all white if the pattern is 0x00, and
vertical stripes for any other pattern.
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 ...