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:
- 30:11838cb6979f
- Parent:
- 27:2ed9e3c9f4e9
- Child:
- 32:7b5a864b9234
--- a/Menus/UI/UI.h Sat Apr 13 08:33:49 2019 +0000
+++ b/Menus/UI/UI.h Sat Apr 13 09:29:37 2019 +0000
@@ -14,6 +14,7 @@
void drawLabel(const char * text);
void drawFlashingLabel(const char * text);
bool drawAndCheckButton(const char * text);
+ void drawLogo();
void selectNextButton();
void selectPreviousButton();
@@ -22,7 +23,7 @@
private:
static const int PADDING_X = 3;
- static const int PADDING_Y = 3;
+ static const int PADDING_Y = 4;
static const int LINE_PADDING = 3;
int nextYPos;
int nextY();
