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

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
Dynamic C 32 Libraries
When you are using Dynamic C 32, you must first
#use op71p.lib
Call the
tion, or call the
orientation.
OP71HW.LIB
• void op71Init( void );
• void op71BackLight( int isOn );
• void op71Power( int isOn );
• void op71SetContrast( unsigned level );
• void op71BlankScreen( void );
• void op71FillScreen( char pattern );
56
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.
Turns the OP7100 backlight on or off.
PARAMETER:
Turns the OP7100 power on or off.
PARAMETER:
Sets the OP7100 contrast level.
PARAMETER:
with a lower level.
Blanks (sets to white) the OP7100 screen.
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.
Software
1 to turn backlight on
0 to turn backlight off
1 to turn power on
0 to turn power off
#use op71l.lib
#use op71hw.lib
#use op71p.lib
#use op71l.lib
before the
level
isOn
isOn
turns the OP7100 backlight on or off.
turns the OP7100 power on or off.
or
is the contrast level (0–63), visibility increases
line to use your OP7100 in a portrait orienta-
#use op71p.lib
#use op71hw.lib
line to use your OP7100 in a landscape
#use op71l.lib
line as shown below.
OP7100
or

Related parts for 20-101-0732