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.
Diff: extras/EASettings.cpp
- Revision:
- 7:6cf21b018420
- Parent:
- 4:f8f7f4f9c58d
--- a/extras/EASettings.cpp Thu May 06 23:32:14 2010 +0000 +++ b/extras/EASettings.cpp Mon Nov 01 13:07:40 2010 +0000 @@ -237,6 +237,9 @@ font.load("/local/large.fnt"); _lcd.setFont(font); + + // DEBUG + printf("Font set\r\n"); brush.setColor(black); _lcd.setBrush(brush);