my

Dependencies:   SPI_TFT_ILI9341

Fork of SeeedStudioTFTv2 by Components

Revision:
14:b72e59223dd1
Parent:
10:b55a7f8d1145
--- a/SeeedStudioTFTv2.cpp	Tue May 06 18:12:49 2014 +0000
+++ b/SeeedStudioTFTv2.cpp	Thu Oct 23 23:01:17 2014 +0000
@@ -89,7 +89,7 @@
     float z = 0;
     z  = (float)ay / ax / x / 2 * 0x10000;
 #endif
-    const int th = 8000;
+    const int th = 200;
     const int df =  100;
     TOUCH touch;
     if (x1 < th || x2 < th ||