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:
14:07b3f223d9ba
Parent:
13:43cc0a997c53
Child:
15:b4e3349cd319
--- a/main.cpp	Sat Mar 05 19:24:18 2016 +0000
+++ b/main.cpp	Tue May 03 10:52:01 2016 +0000
@@ -20,7 +20,7 @@
     pc.printf("\r\nRA8875 Soft Fonts - Build " __DATE__ " " __TIME__ "\r\n");
 
     measurement.start();
-    lcd.init(480,272,16);
+    lcd.init(480,272,8);
     
     // **************************
     //RunTestSet(lcd, pc);  // If the library was compiled for test mode...