Testing: LCD functions Name: A (1) Speed: 35.7 Mhz Version: 3.0 with Eyecam LCDPutGraphic(&img1) 44.99 LCDCPutGraphic(&cimg) 27.30 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.65 LCDSetString(1,1,"Testing\n") 875.91 LCDSetString(10,10,"Testing\n") 872.09 LCDPutHex(i) 145.65 LCDPutHex1(i) 580.93 LCDPutInt(i) 116.51 LCDPutIntS(i,6) 116.71 LCDSetPixel(1,1,0) 10690.65 LCDSetPixel(1,1,1) 10611.42 LCDSetPixel(1,1,2) 10762.33 LCDInvertPixel(1,1) 10926.12 LCDGetPixel(1,1) 16031.35 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) 39015.63 LCDArea(1,1,2,2,2) 2505.43 LCDArea(1,1,8,8,2) 168.68 LCDLine(1,1,1,64,1) 35307.98 LCDLine(1,1,64,1,1) 165.24 LCDLine(1,1,64,64,1) 35301.05 LCDLine(1,1,32,32,1) 323.76 LCDLine(1,1,1,64,2) 35307.98 LCDLine(1,1,64,1,2) 164.45 LCDMode(SCROLLING) 38095.24 LCDMode(CURSOR) 37022.30 LCDSetPos(0,0) 11649.50 LCDSetPos(5,5) 11548.56 LCDMenu("one","two","thre","four") 394.34 LCDMenuI(1,"one") 1414.17 LCDMenuI(2,"two") 1414.40 LCDMenuI(3,"thre") 1411.29 LCDMenuI(4,"four") 1411.29