This is the David Smart RA8875 Library with mods for working with FRDM-K64F

Revision:
182:8832d03a2a29
Parent:
176:4ab96d33a8ec
Child:
190:3132b7dfad82
--- a/RA8875_Regs.h	Fri Aug 02 02:12:26 2019 +0000
+++ b/RA8875_Regs.h	Sat Aug 03 00:26:33 2019 +0000
@@ -7,7 +7,7 @@
 
     // 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))