User`s manual

104 www.rabbit.com Applications Programming
flexDispCursor
void flexDispCursor(Flex_LCD *lcd, unsigned int style);
DESCRIPTION
Sets the cursor type to be on, off, or blink.
PARAMETERS
lcd Pointer to an LCD data structure.
style One of the following cursor macros:
DISP_CUROFF: cursor off
DISP_CURON: cursor on
DISP_CURBLINK: cursor blink
RETURN VALUE
None.
SEE ALSO
flexDispInit, flexDispGoto, flexDispClear, flexDispPutc,
flexDispPrintf, flexDispOnoff, flexDispBacklight,
flexDispContrast