101-0533 Rabbit Semiconductor, 101-0533 Datasheet - Page 87

KIT DEV RABBIT3000/RCM3100

101-0533

Manufacturer Part Number
101-0533
Description
KIT DEV RABBIT3000/RCM3100
Manufacturer
Rabbit Semiconductor
Series
RabbitCore 3000r
Type
MPU Moduler
Datasheet

Specifications of 101-0533

Rohs Status
RoHS non-compliant
Contents
RabbitCore Module, Dev. Board, AC Adapter, Cable and Dynamic C® CD-Rom
Processor To Be Evaluated
RCM3100
Interface Type
RS-232, Ethernet
Maximum Operating Temperature
+ 85 C
Minimum Operating Temperature
- 40 C
Operating Supply Voltage
3.15 V to 3.45 V
For Use With/related Products
RCM3100
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
316-1020
PARAMETERS
EXAMPLE
RETURN VALUE
SEE ALSO
User’s Manual
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.
81

Related parts for 101-0533