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:
7:1002bb8871c0
Parent:
3:ca6a1026c28e
--- a/main.cpp	Sun Dec 28 21:59:47 2014 +0000
+++ b/main.cpp	Sat Dec 19 15:57:07 2015 +0000
@@ -9,7 +9,7 @@
 {
     int i;
     Timer t;
-    float f = 10000000;
+    float f = 5000000;
     
     pc.baud(460800);    // I like a snappy terminal, so crank it up!
     pc.printf("\r\nRA8875 Test - Build " __DATE__ " " __TIME__ "\r\n");
@@ -19,6 +19,9 @@
 
     t.start();
     lcd.init();
+    
+    //RunTestSet(lcd, pc);
+    
     lcd.frequency(f);
     lcd.cls();
     wait_ms(250);