Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: GR-PEACH_TFTLCD_8bit
Fork of TFTLCD_8bit by
Diff: lcd_base.cpp
- 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;