Paint for the FRDM-KL25Z

Dependencies:   mbed TFT_fonts SPI_TFT_ILI9341

Revision:
6:13d0de9e679c
Parent:
5:80791250acb2
--- a/touch.h	Thu Jan 10 04:31:29 2019 +0000
+++ b/touch.h	Sat Jan 12 03:48:27 2019 +0000
@@ -9,8 +9,6 @@
     public:
     TouchScreen(PinName xp, PinName yp, PinName xm, PinName ym);
     int readTouch(PinName a, PinName i, PinName n, PinName m);
-    //bool isTouching(void);
-    //Point getPoint(Point p);
 };
 
     int map(float value, float fromSource, float toSource, float fromTarget, float toTarget);
\ No newline at end of file