User`s manual

110 www.rabbit.com Applications Programming
flexDispPrintf
int flexDispPrintf(Flex_LCD *lcd, char *format, ...);
DESCRIPTION
Prints the formatted string to the display starting at the current cursor position. The format speci-
fier and additional parameters are specified just like in printf().
PARAMETERS
lcd Pointer to an LCD data structure.
format printf()-style format specifier string.
RETURN VALUE
The number of characters displayed.
SEE ALSO
flexDispInit, flexDispCursor, flexDispGoto, flexDispClear,
flexDispPutc, flexDispOnoff, flexDispBacklight,
flexDispContrast