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:
9:2fcc3ee75ebd
Parent:
6:8e392d0ff74a
--- a/main.cpp	Sat Dec 19 15:59:58 2015 +0000
+++ b/main.cpp	Sat Jan 23 17:48:06 2016 +0000
@@ -1,6 +1,5 @@
-#include "mbed.h"
-
-#include "RA8875.h"
+#include "mbed.h"       // v112
+#include "RA8875.h"     // v102
 #include "MyFont18x32.h"
 #include "BPG_Arial08x08.h"
 #include "BPG_Arial10x10.h"
@@ -36,19 +35,33 @@
     lcd.puts("Back to normal\r\n");
     lcd.SelectUserFont(BPG_Arial08x08);
     lcd.puts("BPG_Arial08x08 ABCDEFGHIJKLMNOPQRSTUVWXYZ\r\n");
-    lcd.puts("BPG_Arial08x08 abcdefghijklmnopqrstuvwxyz\r\n");    
+    lcd.puts("BPG_Arial08x08 abcdefghijklmnopqrstuvwxyz\r\n");
+    wait(3);
+
     lcd.SelectUserFont(BPG_Arial10x10);
     lcd.puts("BPG_Arial10x10 ABCDEFGHIJKLMNOPQRSTUVWXYZ\r\n");
     lcd.puts("BPG_Arial10x10 abcdefghijklmnopqrstuvwxyz\r\n");
+    wait(3);
+
     lcd.SelectUserFont(BPG_Arial20x20);
-    lcd.puts("BPG_Arial20x20 ABCD\r\n");
+    lcd.puts("BPG_Arial20x20 ABCDEFGHIJKLMNOPQRSTUVWXYZ\r\n");
+
+    wait(3);
     lcd.SelectUserFont(BPG_Arial31x32);
-    lcd.puts("BPG_Arial31x32 ABCD\r\n");
+    lcd.puts("BPG_Arial31x32 ABCDEFGHIJKLMNOPQRSTUVWXYZ\r\n");
+
+    wait(3);
     lcd.SelectUserFont(BPG_Arial63x63);
-    lcd.puts("BPG_Arial63x63 ABCD\r\n");
+    lcd.puts("BPG_Arial63x63 ABCDEFGHIJKLMNOPQRSTUVWXYZ\r\n");
 
-    RetCode_t r = lcd.PrintScreen(0,0,480,272,"/local/file.bmp");
-    pc.printf("  PrintScreen returned %d\r\n", r);
+    wait(6);
+    lcd.cls();
+    lcd.SelectUserFont(BPG_Arial31x32);
+    lcd.puts("BPG_Arial31x32 ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz 0123456789\r\n");
+    lcd.puts("BPG_Arial31x32 ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ\r\n");
+    
+    //RetCode_t r = lcd.PrintScreen(0,0,480,272,"/local/file.bmp");
+    //pc.printf("  PrintScreen returned %d\r\n", r);
     
     while(1) {
         ;       // end