101-0775 Rabbit Semiconductor, 101-0775 Datasheet - Page 151

no-image

101-0775

Manufacturer Part Number
101-0775
Description
CARD CPU SR9160 512K SRAM SMRTST
Manufacturer
Rabbit Semiconductor
Datasheet

Specifications of 101-0775

Accessory Type
Smart Star CPU Card
For Use With/related Products
SR9160
Lead Free Status / RoHS Status
Contains lead / RoHS non-compliant
PARAMETERS
RETURN VALUE
SEE ALSO
PARAMETERS
EXAMPLE
RETURN VALUE
SEE ALSO
User’s Manual
void glPutChar(char ch, char *ptr, int *cnt,
void glPrintf(int x, int y, fontInfo *pInfo,
Provides an interface between the STDIO string-handling functions and the graphic library. The STDIO
string-formatting function will call this function, one character at a time, until the entire formatted string
has been parsed. Any portion of the bitmap character that is outside the LCD display area will be clipped.
ch is the character to be displayed on the LCD.
*ptr is not used, but is a place holder for STDIO string functions.
*cnt is not used, is a place holder for STDIO string functions.
*pInst is a font descriptor pointer.
None.
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.
x is the x coordinate (column) of the top left corner of the text.
y is the y coordinate (row) of the top left corner of the text.
*pInfo is a font descriptor pointer.
*fmt is a formatted string.
... are formatted string conversion parameter(s).
None.
glPutCharInst *pInst)
char *fmt, ...);
glPrintf, glPutFont, doprnt
glprintf(0,0, &fi12x16, "Test %d\n", count);
glXFontInit
151

Related parts for 101-0775