Fork with support for ILI9341 controller

Dependents:   CANary_9341 CANary

Fork of TOUCH_TFTx2 by Tick Tock

Revision:
4:a3cd26c97b76
Parent:
3:3db7309b6146
Child:
5:a9890c586a64
diff -r 3db7309b6146 -r a3cd26c97b76 TOUCH_TFTx2.h
--- a/TOUCH_TFTx2.h	Sun Feb 03 15:22:44 2013 +0000
+++ b/TOUCH_TFTx2.h	Mon Feb 11 02:14:15 2013 +0000
@@ -99,7 +99,7 @@
      * @returns true is touched
      *
      */   
-    bool is_touched(point a);    
+    bool is_touched(void);    
     
 protected:
     DigitalInOut _xp;