Fork with support for ILI9341 controller

Dependents:   CANary_9341 CANary

Fork of TOUCH_TFTx2 by Tick Tock

Files at this revision

API Documentation at this revision

Comitter:
TickTock
Date:
Fri Aug 02 05:12:51 2013 +0000
Parent:
13:220e3da2dd00
Child:
15:f2165aa0daa6
Commit message:
.

Changed in this revision

TOUCH_TFTx2.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/TOUCH_TFTx2.cpp	Sun Mar 24 01:25:53 2013 +0000
+++ b/TOUCH_TFTx2.cpp	Fri Aug 02 05:12:51 2013 +0000
@@ -118,10 +118,10 @@
         p.y = 65535;
     }
     // debug
-    //locate(1,80);
+    //locate(1,160);
+    //printf("d: %4d x: %5d",dx,p.x);
+    //locate(1,200);
     //printf("d: %4d y: %5d",dy,p.y);
-    //locate(1,100);
-    //printf("d: %4d x: %5d",dx,p.x);
     //wait(0.25);
     wfi(); //enable touchpad input
     return(p);