20-101-0525 Rabbit Semiconductor, 20-101-0525 Datasheet - Page 120

COMPUTER SINGLE-BOARD LP3500 FOX

20-101-0525

Manufacturer Part Number
20-101-0525
Description
COMPUTER SINGLE-BOARD LP3500 FOX
Manufacturer
Rabbit Semiconductor
Datasheets

Specifications of 20-101-0525

Module/board Type
Single Board Computer Module
Product
Modules
Processor Type
Rabbit 3000
Sram
512 KB
Flash
512 KB
Timers
8 bit, 10 bit
Number Of I/os
26
Backup Battery
3 V Lithium Coin Type
Operating Voltage
3 V to 30 V
Board Size
93 mm x 66 mm x 11 mm
Description/function
Computer Module
For Use With/related Products
LP3500
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Other names
316-1115
PARAMETERS
RETURN VALUE
SEE ALSO
PARAMETERS
EXAMPLE
RETURN VALUE
SEE ALSO
114
void TextPutChar(struct windowFrame *window, char ch);
void TextPrintf(struct windowFrame *window,
Displays a character on the display where the cursor is currently pointing. If any portion of a bitmap
character is outside the LCD display area, the character will not be displayed. The cursor increments its
position as needed.
*window is a pointer to a font descriptor.
ch is a character to be displayed on the LCD.
None.
Prints a formatted string (much like printf) on the LCD screen. Only printable characters in the font
set are printed, also escape sequences, '\r' and '\n' are recognized. All other escape sequences will be
skipped over; for example, '\b' and 't' will print if they exist in the font set, but will not have any effect as
control characters.
The text window feature provides end-of-line wrapping and clipping after the character in the last col-
umn and row is displayed. The cursor then remains at the end of the string.
*window is a pointer to a font descriptor.
*fmt is a formatted string.
... are formatted string conversion parameter(s).
None.
char *fmt, ...);
TextGotoXY, TextPrintf, TextWindowFrame, TextCursorLocation
TextPrintf(&TextWindow, "Test %d\n", count);
TextGotoXY, TextPutChar, TextWindowFrame, TextCursorLocation
NOTE: Execute the
NOTE: Execute the
TextWindowFrame
TextWindowFrame
function before using this function.
function before using this function.
Fox (LP3500)

Related parts for 20-101-0525