Demonstration of Soft Fonts

Dependencies:   mbed RA8875

Fork of RA8875_Demo by David Smart

Demo of Software based fonts mixed with RA8875 hosted fonts.

/media/uploads/WiredHome/softfont2.png

Revision:
7:1002bb8871c0
Parent:
3:ca6a1026c28e
diff -r 5b1e85519d73 -r 1002bb8871c0 main.cpp
--- 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);