FRDM-K64F version of David Smart's RA8875_Demo using SDFileSystem to write to an SD card instead of LocalFileSystem

Dependencies:   RA8875 SDFileSystem mbed

Fork of RA8875_Demo by David Smart

/media/uploads/unix_guru/ra8875_demo.png

Revision:
12:e8a127d78000
Parent:
10:be714b7f0644
Child:
13:3f6204d6140a
--- a/main.cpp	Sat Jan 23 17:03:53 2016 +0000
+++ b/main.cpp	Sat Jan 23 17:55:47 2016 +0000
@@ -1,6 +1,6 @@
-#include "mbed.h"               // v112
 
-#include "RA8875.h"
+#include "mbed.h"           // v112
+#include "RA8875.h"         // v102
 #include "MyFont18x32.h"
 #include "BPG_Arial08x08.h"
 #include "BPG_Arial10x10.h"