Testing: LCD functions
Name: A (1)
Speed: 35.7 Mhz
Version: 2.3l 

LCDPutGraphic(&img1) 45.37
LCDPutImage((BYTE*)img1) 130.71
LCDClear() 14.96
LCDPutChar(c) 1190.09
LCDSetChar(1,1,c) 4732.83
LCDSetChar(10,10,c) 4732.83
LCDPutString("Testing\n") 78.64
LCDSetString(1,1,"Testing\n") 876.05
LCDSetString(10,10,"Testing\n") 872.09
LCDPutHex(i) 145.65
LCDPutHex1(i) 580.74
LCDPutInt(i) 116.52
LCDPutIntS(i,6) 116.71
LCDSetPixel(1,1,0) 10687.57
LCDSetPixel(1,1,1) 10607.85
LCDSetPixel(1,1,2) 10756.55
LCDInvertPixel(1,1) 10922.33
LCDGetPixel(1,1) 16025.64
LCDArea(1,1,2,2,1) 2497.92
LCDArea(1,1,8,8,1) 168.90
LCDArea(1,1,32,32,1) 10.61
LCDArea(1,1,64,64,1) 39007.88
LCDArea(1,1,2,2,2) 2505.85
LCDArea(1,1,8,8,2) 168.65
LCDLine(1,1,1,64,1) 35301.05
LCDLine(1,1,64,1,1) 165.16
LCDLine(1,1,64,64,1) 35301.06
LCDLine(1,1,32,32,1) 323.71
LCDLine(1,1,1,64,2) 35321.82
LCDLine(1,1,64,1,2) 164.40
LCDMode(SCROLLING) 38080.13
LCDMode(CURSOR) 36992.85
LCDSetPos(0,0) 11643.61
LCDSetPos(5,5) 11540.49
LCDMenu("one","two","thre","four") 394.28
LCDMenuI(1,"one") 1414.17
LCDMenuI(2,"two") 1413.94
LCDMenuI(3,"thre") 1410.82
LCDMenuI(4,"four") 1410.82
