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: LV7_LCDtest LV7_Grupa5_Tim003_Zadatak1 lv7_Grupa5_Tim008_zad1 LV7_PAI_Grupa5_tim10_Zadatak1 ... more
Revision 12:022993561fd8, committed 2015-03-10
- Comitter:
- eencae
- Date:
- Tue Mar 10 18:09:37 2015 +0000
- Parent:
- 11:fc7d89b33e4c
- Child:
- 14:520a02fc12aa
- Commit message:
- clear() method now clears on-board RAM on LCD.
Changed in this revision
| N5110.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/N5110.cpp Wed Sep 17 11:35:50 2014 +0000
+++ b/N5110.cpp Tue Mar 10 18:09:37 2015 +0000
@@ -258,6 +258,7 @@
// function to clear the screen
void N5110::clear()
{
+ clearRAM(); // clear on-board RAM
clearBuffer(); // clear the buffer then call the refresh function
refresh();
}
