KSM edits to RA8875

Dependents:   Liz_Test_Code

Revision:
176:4ab96d33a8ec
Parent:
175:7be3a1fb7fc2
--- a/RA8875_Regs.h	Fri Mar 15 01:39:39 2019 +0000
+++ b/RA8875_Regs.h	Sun Mar 24 14:49:49 2019 +0000
@@ -6,7 +6,8 @@
 #define RA8875_REGS_H
 
     // Touch Panel public macros
-    
+    #define RESISTIVE_TOUCH_POINTS 1
+        
     /* Touch Panel Enable/Disable Reg TPCR0[7] */
     #define TP_ENABLE   ((uint8_t)(1<<7))
     #define TP_DISABLE  ((uint8_t)(0<<7))