20-101-0522 Rabbit Semiconductor, 20-101-0522 Datasheet - Page 70

MODULE RABBITCORE RCM3220

20-101-0522

Manufacturer Part Number
20-101-0522
Description
MODULE RABBITCORE RCM3220
Manufacturer
Rabbit Semiconductor
Datasheet

Specifications of 20-101-0522

Module/board Type
MPU Core Module
Product
Microcontroller Modules
Core Processor
Rabbit 3000
Clock Speed
44.2 MHz
Interface Type
Ethernet, Serial
Flash
512 KB
Timers
10 x 8 bit, 1 x 10 bit
Operating Supply Voltage
3.15 V to 3.45 V
Board Size
69 mm x 47 mm x 22 mm
Core
RCM3220
Processor Series
RCM3200
For Use With/related Products
RCM3220
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Other names
316-1098
PARAMETERS
EXAMPLE
RETURN VALUE
SEE ALSO
66
void TextPrintf(struct windowFrame *window,
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.
*window is a pointer to a font descriptor.
*fmt is a formatted string.
... are formatted string conversion parameter(s).
None.
char *fmt, ...);
TextPrintf(&TextWindow, "Test %d\n", count);
TextGotoXY, TextPutChar, TextWindowFrame, TextCursorLocation
NOTE: Execute the
TextWindowFrame
function before using this function.
RabbitCore RCM3200

Related parts for 20-101-0522