Testing: LCD functions
Name: Gavin (4)
Speed: 35.7 Mhz
Version: 3.1  with Color Quickcam

LCDPutGraphic(&img1) 75.42
LCDCPutGraphic(&cimg1) 47.05
LCDPutImage((BYTE*)img1) 159.36
LCDClear() 17.78
LCDPutChar(c) 1920.87
LCDSetChar(1,1,c) 7820.14
LCDSetChar(10,10,c) 7820.14
LCDPutString("Testing\n") 126.75
LCDSetString(1,1,"Testing\n") 1440.87
LCDSetString(10,10,"Testing\n") 1438.25
LCDPutHex(i) 235.29
LCDPutHex1(i) 940.44
LCDPutInt(i) 234.69
LCDPutIntS(i,6) 235.06
LCDSetPixel(1,1,0) 16669.56
LCDSetPixel(1,1,1) 17265.44
LCDSetPixel(1,1,2) 16701.46
LCDInvertPixel(1,1) 17556.31
LCDGetPixel(1,1) 23914.52
LCDArea(1,1,2,2,1) 4050.59
LCDArea(1,1,8,8,1) 273.36
LCDArea(1,1,32,32,1) 17.17
LCDArea(1,1,64,64,1) 68781.05
LCDArea(1,1,2,2,2) 3980.52
LCDArea(1,1,8,8,2) 272.55
LCDLine(1,1,1,64,1) 62275.91
LCDLine(1,1,64,1,1) 269.24
LCDLine(1,1,64,64,1) 62275.91
LCDLine(1,1,32,32,1) 527.24
LCDLine(1,1,1,64,2) 62275.91
LCDLine(1,1,64,1,2) 269.06
LCDMode(SCROLLING) 66585.96
LCDMode(CURSOR) 64769.39
LCDSetPos(0,0) 19010.74
LCDSetPos(5,5) 19010.74
LCDMenu("one","two","thre","four") 651.97
LCDMenuI(1,"one") 2335.98
LCDMenuI(2,"two") 2335.98
LCDMenuI(3,"thre") 2332.51
LCDMenuI(4,"four") 2332.51
