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

Revision:
200:05ccd555a538
Parent:
199:08eb9e55567b
Child:
201:1119f1e9f4e4
--- a/RA8875.h	Tue Mar 10 21:28:18 2020 -0400
+++ b/RA8875.h	Tue Apr 21 23:45:54 2020 -0400
@@ -371,7 +371,7 @@
 #include "RA8875_Touch_GSL1680.h"
 #include "GraphicsDisplay.h"
 
-#define RA8875_DEFAULT_SPI_FREQ 5000000
+#define RA8875_DEFAULT_SPI_FREQ 10000000
 
 #ifndef MBED_ENCODE_VERSION
 #define MBED_MAJOR_VERSION 2
@@ -452,7 +452,7 @@
 #define BrightGreen     (color_t)(RGB(0,255,0))
 #define BrightCyan      (color_t)(RGB(0,255,255))
 #define BrightRed       (color_t)(RGB(255,0,0))
-#define Orange          (color_t)(RGB(255,85,10))
+#define Orange          (color_t)(RGB(255,159,0))
 #define Pink            (color_t)(RGB(255,85,255))
 #define Yellow          (color_t)(RGB(255,205,0))
 #define BrightYellow    (color_t)(RGB(255,255,0))
@@ -462,7 +462,7 @@
 #define DarkBlue        (color_t)(RGB(0,0,63))
 #define DarkGreen       (color_t)(RGB(0,63,0))
 #define DarkCyan        (color_t)(RGB(0,63,63))
-#define DarkOrange      (color_t)(RGB(240,60,0))
+#define DarkOrange      (color_t)(RGB(217,87,0))
 #define DarkRed         (color_t)(RGB(63,0,0))
 #define DarkMagenta     (color_t)(RGB(63,0,63))
 #define DarkBrown       (color_t)(RGB(63,63,0))