Library for FT810

Fork of FT800_3 by david childs

Revision:
8:4601ccd8a927
Parent:
7:a69ac4d39afd
Child:
9:137692641c20
diff -r a69ac4d39afd -r 4601ccd8a927 FT_Gpu_Hal.cpp
--- a/FT_Gpu_Hal.cpp	Wed Feb 24 14:04:34 2016 +0000
+++ b/FT_Gpu_Hal.cpp	Fri Apr 01 18:31:11 2016 +0000
@@ -116,7 +116,7 @@
 	Wr16(  REG_PCLK, DispPCLK);
 
     /* Touch configuration - configure the resistance value to 1200 - this value is specific to customer requirement and derived by experiment */
-    Wr16(  REG_TOUCH_RZTHRESH,1200);
+    Wr16(  REG_TOUCH_RZTHRESH,2400);
 
 }