David Smart / Mbed 2 deprecated PUB_RA8875_SoftFonts

Dependencies:   mbed RA8875

Fork of RA8875_Demo by David Smart

Revision:
6:8e392d0ff74a
Parent:
5:bb970d40cd7d
Child:
9:2fcc3ee75ebd
Child:
10:02c622fa4969
--- 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");