KSM edits to RA8875

Dependents:   Liz_Test_Code

Revision:
156:4bdb2772128d
Parent:
155:b3f225ae572c
Child:
157:1565f38ca44b
--- a/RA8875.h	Tue Nov 13 01:33:41 2018 +0000
+++ b/RA8875.h	Mon Nov 19 02:21:41 2018 +0000
@@ -75,6 +75,10 @@
 
 #define RA8875_DEFAULT_SPI_FREQ 5000000
 
+#ifndef MBED_ENCODE_VERSION
+#define MBED_ENCODE_VERSION(major, minor, patch) ((major)*10000 + (minor)*100 + (patch))
+#endif
+
 // Define this to enable code that monitors the performance of various
 // graphics commands.
 //#define PERF_METRICS