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

Revision:
198:18d25c15a7b5
Parent:
197:853d08e2fb53
Child:
199:08eb9e55567b
--- a/RA8875.h	Tue Feb 11 21:51:42 2020 +0000
+++ b/RA8875.h	Tue Mar 03 10:08:41 2020 -0400
@@ -3162,11 +3162,13 @@
     /// @param object is the class hosting the callback function.
     /// @param method is the callback method in the object to activate.
     ///
-    template <class T>
-    void AttachPrintHandler(T *object, RetCode_t (T::*method)(void)) {
-        obj_callback    = (FPointerDummy *)object;
-        method_callback = (uint32_t (FPointerDummy::*)(uint32_t, uint8_t *, uint16_t))method;
-    }
+ 
+ //Commeting out this part, becase it gives errors when using K64F.
+    // template <class T>
+    // void AttachPrintHandler(T *object, RetCode_t (T::*method)(void)) {
+    //     obj_callback    = (FPointerDummy *)object;
+    //     method_callback = (uint32_t (FPointerDummy::*)(uint32_t, uint8_t *, uint16_t))method;
+    // }
 
 
     /// This method captures the specified area as a 24-bit bitmap file,