Kentaro Sekimoto / TFTLCD_8bit

Dependents:   GR-PEACH_TFTLCD_8bit

Fork of TFTLCD_8bit by Thiha Electronics

Revision:
29:ad9d18445005
Parent:
22:4c169297f374
Child:
30:5f23a4cbebd7
--- a/lcd_base.cpp	Sun Apr 06 15:07:50 2014 +0000
+++ b/lcd_base.cpp	Mon Apr 07 16:53:44 2014 +0000
@@ -27,7 +27,8 @@
 {
     SetForeground();
     SetBackground();
-    _font = &TerminusFont;
+//    _font = &TerminusFont;
+    _font = &TerminusBigFont;
     if ( defaultBacklight < 0 ) _bl_pwm_default = 0;
     else if ( defaultBacklight > 1.0 ) _bl_pwm_default = 1.0;
     else _bl_pwm_default = defaultBacklight;