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

Revision:
177:d8e65c0e268a
Parent:
167:8aa3fb2a5a31
Child:
178:ae472eb22740
--- a/RA8875.h	Sun Mar 24 14:49:49 2019 +0000
+++ b/RA8875.h	Wed Jul 17 03:02:31 2019 +0000
@@ -38,6 +38,9 @@
 /// (GIF) images. These are implemented primarily in software, taking advantage of the 
 /// hardware acceleration where it can. 
 ///
+/// @note GIF support is quite limited, because it has RAM allcoation needs that
+///         exceed the capability of many of the MBED micros.
+///
 /// When you are satisfied with what appears on screen, there is a PrintScreen method 
 /// to pull that image back out and write it to a file system as a BitMap image.
 ///