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:
- 27:2ed9e3c9f4e9
- Parent:
- 25:bf47fe41883a
- Child:
- 30:11838cb6979f
diff -r baa7077449e7 -r 2ed9e3c9f4e9 Menus/UI/UI.h
--- a/Menus/UI/UI.h Thu Apr 04 18:39:45 2019 +0000
+++ b/Menus/UI/UI.h Fri Apr 05 17:16:59 2019 +0000
@@ -12,6 +12,7 @@
void drawTitle(const char * text);
void drawLabel(const char * text);
+ void drawFlashingLabel(const char * text);
bool drawAndCheckButton(const char * text);
void selectNextButton();
@@ -28,6 +29,7 @@
int buttonCurrentlySelected;
int buttonCurrentlyDrawing;
bool buttonPressedFrame;
+ int frame;
};
};
#endif
\ No newline at end of file
