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:
Sat Mar 02 15:09:10 2013 +0000
Parent:
8:fd0abf6a7f59
Commit message:
Removed cal bypass for public consumption

Changed in this revision

TOUCH_TFTx2.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/TOUCH_TFTx2.cpp	Fri Feb 22 23:23:34 2013 +0000
+++ b/TOUCH_TFTx2.cpp	Sat Mar 02 15:09:10 2013 +0000
@@ -181,7 +181,7 @@
     int ulx1 = 0, uly1 = 0, brx1 = 0, bry1 = 0;
     int pos_x, pos_y;
     point p;
-    if(true){ //skip cal for me
+    if(false){ //skip cal for me
         x0_off = 5570;
         y0_off = 34030;
         x0_pp = 80;