101-0303 Rabbit Semiconductor, 101-0303 Datasheet - Page 56

no-image

101-0303

Manufacturer Part Number
101-0303
Description
SMARTSCREEN OP7100 DISPLAY
Manufacturer
Rabbit Semiconductor
Datasheet

Specifications of 101-0303

Module/board Type
Single Board Computer Module with display
For Use With/related Products
Single Board Computers
Lead Free Status / RoHS Status
Vendor undefined / Vendor undefined
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 101-0303