Use this function to activate or deactivate the invert mode of lcd driver. If the lcd driver doesnt support invert mode the function call is ignored. The syntax is a follows:
%LCD.Gfx_SetInvertMode(x)
The parameter x can be 0 (invert mode disabled) or 1 (invert mode enabled)
Example:
%LCD.Gfx_SetInvertMode(1)
This function enables the invert mode and all graphical output is inverted.