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

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
80
To initialize a font information structure (of type
you can call
To display a bitmap, call
xmem
Printing Text
Printing text involves setting the font information structures. Call
to initialize a font information structure if the font is stored in
pInfo
each character (fixed pitch),
startChar
the ASCII code of the last character in the font, and
physical address pointing to the font table stored in
Rabbit Semiconductor supplies five font sizes for the OP7100. The
smallest font,
pixels wide by 8 pixels high. The largest font,
compiles to
When you need to print text to the LCD, call
where (
information structure,
and the rest of the parameters specify what to print for each field in the
format string (same as
Graphics Programming
.
points to a font information structure,
void op71XFontInit(struct _fontInfo *pInfo,
void op71Printf(int x, int y,
x
,
y
) is the upper left corner of the text,
xmem
op71XFontInit
is the ASCII code of the first character in the font,
char pixWidth, char pixHeight,
unsigned startChar, unsigned endChar,
unsigned long xmemBuffer);
struct _ fontInfo *pInfo, char *fmt,...);
engFont6x8
, and each character is 17 pixels wide by 35 pixels high.
fmt
printf
op71XPutBitmap
points to a format string (much like
, compiles to
pixHeight
for a font stored in
).
xmem
is the height of each character,
to display a bitmap stored in
pixWidth
engFont17x35
, and each character is 6
pInfo
struct _ fontInfo
xmem
xmem
xmemBuffer
points to a font
.
is the width of
.
xmem
, also
printf
endChar
is a
.
OP7100
),
),
is

Related parts for 20-101-0732