Use this function to seperate a part of the script code as script code for graphic mode output. You only should insert script code concerning the graphic mode output in here. If the seperation is missing or no script code is enclosed by #GfxMode ... #EndGfxMode/code> the graphic mode output is disabled.

Example:
#GfxMode
 %LCD.LoadBitmap('picture.bmp',0,0,0,0,10,10,0,NONE)
#EndGfxMode
The seperation enables the graphic mode output and a picture is drawn on lcd.