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.
Revision 1:0b6f271981a5, committed 2015-04-06
- Comitter:
- kayekss
- Date:
- Mon Apr 06 20:54:29 2015 +0000
- Parent:
- 0:db0ffd858ca1
- Commit message:
- Add clear-screen on initialization.
Changed in this revision
| TextLCD_ST7032I2C.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/TextLCD_ST7032I2C.cpp Mon Apr 06 20:16:13 2015 +0000
+++ b/TextLCD_ST7032I2C.cpp Mon Apr 06 20:54:29 2015 +0000
@@ -65,6 +65,7 @@
command(FUNCTION_8B_2LINE_7DOT_IS0);
}
command(DISPLAY_ON_CURSOR_OFF_POS_OFF);
+ cls();
}
void TextLCD_ST7032I2C::cls() {