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.
Dependencies: mbed
Fork of el17ajf by
Diff: Menus/UI/UI.h
- Revision:
- 16:3f84f2d7b910
- Child:
- 17:cc448ab7266f
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Menus/UI/UI.h Tue Mar 26 10:18:17 2019 +0000
@@ -0,0 +1,12 @@
+class UI {
+public:
+ void clear();
+
+ void drawTitle(const char * text);
+ void drawLabel(const char * text);
+ bool drawAndCheckButton(const char * text);
+
+ void selectNextButton();
+ void selectPreviousButton();
+ void pressButton();
+};
