,

Dependencies:   SPI_TFT_ILI9341

Fork of SeeedStudioTFTv2 by Seth Kirby

Revision:
15:e1009b2567d8
Parent:
14:9e54a2bb3f53
Child:
16:19527308bbf2
--- a/SeeedStudioTFTv2.cpp	Wed Sep 24 22:23:25 2014 +0000
+++ b/SeeedStudioTFTv2.cpp	Thu Sep 25 03:17:20 2014 +0000
@@ -89,7 +89,7 @@
     float z = 0;
     z  = (float)ay / ax / x / 2 * 0x10000;
 #endif
-    const int th = 4000;
+    const int th = 2000;
     const int df =  100;
     TOUCH touch;
     if (x1 < th || x2 < th ||