Modified to work with two displays

Dependents:   touch2 default CANary_9341_test CANary_merge

Fork of Touch_tft by Peter Drescher

Revision:
4:a3cd26c97b76
Parent:
3:3db7309b6146
Child:
5:a9890c586a64
--- 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;