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

Revision:
199:08eb9e55567b
Parent:
197:853d08e2fb53
--- a/DisplayDefs.h	Tue Mar 03 10:08:41 2020 -0400
+++ b/DisplayDefs.h	Tue Mar 10 21:28:18 2020 -0400
@@ -1,6 +1,8 @@
 #ifndef DISPLAYDEFS_H
 #define DISPLAYDEFS_H
 
+#include "mbed.h"
+
 /// A Macro to define a @ref color_t value from independent values of Red, Green, and Blue.
 ///
 /// This macro accepts 3 parameters, each with a range of 0 to 0xFF.