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

Files at this revision

API Documentation at this revision

Comitter:
WiredHome
Date:
Thu Dec 17 12:19:37 2015 +0000
Parent:
5:bb970d40cd7d
Child:
8:f8c71faa94a8
Commit message:
Update with test mode disabled.

Changed in this revision

RA8875.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/RA8875.lib	Thu Dec 17 12:17:00 2015 +0000
+++ b/RA8875.lib	Thu Dec 17 12:19:37 2015 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/WiredHome/code/RA8875/#ecebed9b80b2
+http://mbed.org/users/WiredHome/code/RA8875/#66edf771373a
--- 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");