Fork with support for ILI9341 controller

Dependents:   CANary_9341 CANary

Fork of TOUCH_TFTx2 by Tick Tock

Revision:
10:fd7ae99850a9
Parent:
6:a91b668b058a
Child:
12:b7fb9d3ae5ea
--- a/TOUCH_TFTx2.h	Fri Feb 22 23:23:34 2013 +0000
+++ b/TOUCH_TFTx2.h	Sun Mar 03 15:49:34 2013 +0000
@@ -48,6 +48,12 @@
      *
      * @returns point(x,y)
      */
+
+    void setcal(int _x0off, int _y0off, int _x0pp, int _y0pp, int _x1off, int _y1off, int _x1pp, int _y1pp, int _xmin);
+    /** set calibration values directly (bypass calibration)
+    *
+    */
+
     point get_touch(void);
     
     /** calculate coord on screen