void TextPrintf(struct windowFrame *window,
PARAMETERS
EXAMPLE
RETURN VALUE
SEE ALSO
User's Manual
Downloaded from
Elcodis.com
electronic components distributor
char *fmt, ...);
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.
NOTE: Execute the
*window is a pointer to a font descriptor.
*fmt is a formatted string.
... are formatted string conversion parameter(s).
TextPrintf(&TextWindow, "Test %d\n", count);
None.
TextGotoXY, TextPutChar, TextWindowFrame, TextCursorLocation
function before using this function.
TextWindowFrame
97
Need help?
Do you have a question about the RCM3000 and is the answer not in the manual?
Questions and answers