OP7100
56
s
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 (063), 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 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 ...