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:
6:8e392d0ff74a
Parent:
5:bb970d40cd7d
Child:
9:02c622fa4969
Child:
11:2fcc3ee75ebd
--- a/main.cpp	Thu Dec 17 12:17:00 2015 +0000
+++ b/main.cpp	Thu Dec 17 12:19:37 2015 +0000
@@ -19,7 +19,12 @@
     pc.printf("\r\nRA8875 Soft Fonts - Build " __DATE__ " " __TIME__ "\r\n");
 
     lcd.init();
-    RunTestSet(lcd, pc);
+    
+    
+    // **************************
+    //RunTestSet(lcd, pc);
+    
+    
     lcd.foreground(BrightBlue);
     lcd.puts(0,0, "RA8875 Soft Fonts - Build " __DATE__ " " __TIME__ "\r\n");