Rabbit RabbitCore RCM3209 User Manual page 112

C-programmable module with ethernet
Table of Contents

Advertisement

void glPrintf(int x, int y, fontInfo *pInfo, char *fmt, ...);
DESCRIPTION
Prints a formatted string (much like printf) on the LCD screen. Only the character
codes that exist in the font set are printed, all others are skipped. For example, '\b', '\t',
'\n' and '\r' (ASCII backspace, tab, new line, and carriage return, respectively) will be
printed if they exist in the font set, but will not have any effect as control characters.
Any portion of the bitmap character that is outside the LCD display area will be clipped.
PARAMETERS
x
y
pInfo
fmt
...
EXAMPLE
glprintf(0,0, &fi12x16, "Test %d\n", count);
RETURN VALUE
None.
SEE ALSO
glXFontInit
106
glPrintf
the x coordinate (column) of the upper left corner of the text.
the y coordinate (row) of the upper left corner of the text.
a pointer to the font descriptor.
pointer to a formatted string.
formatted string conversion parameter(s).
RabbitCore RCM3209/RCM3229

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the RabbitCore RCM3209 and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Rabbitcore rcm3229

Table of Contents