Christmas-LCD2

Dependencies:   C12832_lcd LCD_fonts mbed

Fork of Christmas-LCD by Ira Steinwand

Revision:
4:398a45cdff06
Parent:
3:48407a94ff89
--- a/main.cpp	Fri Dec 21 21:59:16 2012 +0000
+++ b/main.cpp	Sun Oct 27 08:11:30 2013 +0000
@@ -10,7 +10,7 @@
 {
     int i,s;
     lcd.cls();
-    lcd.set_font((unsigned char*) Arial_9);
+    lcd.set_font((unsigned char*) Arial_8);
     s = 3;
     lcd.print_bm(bitmTree,95,0);  // print chistmas tree
     lcd.copy_to_lcd();