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

Revision:
104:8d1d3832a215
Parent:
101:e0aad446094a
Child:
106:c80828f5dea4
--- a/GraphicsDisplay.h	Sun Feb 07 23:18:01 2016 +0000
+++ b/GraphicsDisplay.h	Mon Feb 08 01:47:56 2016 +0000
@@ -30,6 +30,8 @@
     /// The constructor
     GraphicsDisplay(const char* name);
     
+    //~GraphicsDisplay();
+    
     /// Draw a pixel in the specified color.
     ///
     /// @note this method must be supported in the derived class.