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.
Fork of capstone_display by
Diff: display.cpp
- Revision:
- 8:51ab9f11c992
- Parent:
- 7:a2b4e76a5f01
- Child:
- 9:057f9952189b
--- a/display.cpp Thu Apr 24 21:35:34 2014 +0000
+++ b/display.cpp Thu Apr 24 23:51:53 2014 +0000
@@ -92,4 +92,9 @@
lcd->Print("Then press button", LEFT, 75);
-}
\ No newline at end of file
+}
+void display::clearscreen(void)
+{
+ lcd->ClearScreen();
+
+}
\ No newline at end of file
