Christmas-LCD
Dependencies: C12832_lcd LCD_fonts mbed
Fork of Christmas-LCD by
Revision 4:398a45cdff06, committed 2013-10-27
- Comitter:
- isteinwand93
- Date:
- Sun Oct 27 08:11:30 2013 +0000
- Parent:
- 3:48407a94ff89
- Commit message:
- font change
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 48407a94ff89 -r 398a45cdff06 main.cpp --- 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();