User`s manual
106 www.rabbit.com Applications Programming
flexDispGetPosition
int flexDispGetPosition(Flex_LCD *lcd, unsigned int *col, unsigned
int *row);
DESCRIPTION
Gets the current cursor position based on the column and row parameters.
PARAMETERS
lcd Pointer to an LCD data structure.
col Pointer to an unsigned int (used to store column position).
row Pointer to an unsigned int (used to store row position).
RETURN VALUE
None.
SEE ALSO
flexDispGetDimensions, flexDispGetContrast