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

Revision:
186:910fc2335c45
Parent:
185:cb7591a43f44
Child:
190:3132b7dfad82
--- a/RA8875.h	Mon Aug 26 12:45:20 2019 +0000
+++ b/RA8875.h	Wed Aug 28 17:17:56 2019 +0000
@@ -445,7 +445,7 @@
 #define Orange          (color_t)(RGB(255,85,85))
 #define Pink            (color_t)(RGB(255,85,255))
 #define Yellow          (color_t)(RGB(187,187,0))
-#define BrightYellow    (color_t)(RGB(187,187,0))
+#define BrightYellow    (color_t)(RGB(255,255,0))
 #define White           (color_t)(RGB(255,255,255))
 
 #define DarkBlue        (color_t)(RGB(0,0,63))