User`s manual

RabbitFLEX User’s Manual www.rabbit.com 105
flexDispGoto
int flexDispGoto(Flex_LCD *lcd, unsigned int col, unsigned int row);
DESCRIPTION
Places the cursor at the given column and row.
PARAMETERS
lcd Pointer to an LCD data structure.
col Column position from top left corner.
row Row position from top left corner.
RETURN VALUE
0: success
-1: error (column or row not in allowed range for this display?)
SEE ALSO
flexDispInit, flexDispCursor, flexDispClear, flexDispPutc,
flexDispPrintf, flexDispOnoff, flexDispBacklight,
flexDispContrast