Use this function to return the current configuration values of LCDHype. This function demands the configuration type as first and only parameter.
%Common.Config(Type)
Parameter Type can be one of the following values:
LCDCols -> returns the number of LCD columns of textmode
LCDRows -> returns the number of LCD rows of textmode
LCDWidth -> returns the width of the current LCD measured in pixels
LCDHeight -> returns the height of the current LCD measured in pixels
CustomChars -> returns the supported custom chars of current LCD
isGraphicLCD -> returns 1 if the current LCD supports graphics mode else 0
isTextLCD -> returns 1 if the current LCD supports text mode else 0
DrawOrientation -> returns: 0 = horizontal orientation of LCD
1 = vertical orientation of LCD
Example:
%Common.Config(LCDCols)