User`s manual

RabbitFLEX User’s Manual www.rabbit.com 107
flexDispGetDimensions
void flexDispGetDimensions(Flex_LCD *lcd, unsigned int *num_cols,
unsigned int *num_rows);
DESCRIPTION
Gets the number of columns and rows for the given display.
PARAMETERS
lcd Pointer to an LCD data structure.
col Pointer to an unsigned int (used to store number of columns).
row Pointer to an unsigned int (used to store number of rows).
RETURN VALUE
None.
SEE ALSO
flexDispGetPosition, flexDispGetContrast