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
Menus/UI/UI.cpp@16:3f84f2d7b910, 2019-03-26 (annotated)
- Committer:
- el17ajf
- Date:
- Tue Mar 26 10:18:17 2019 +0000
- Revision:
- 16:3f84f2d7b910
- Child:
- 17:cc448ab7266f
lab updates
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
el17ajf | 16:3f84f2d7b910 | 1 | void clear(); |
el17ajf | 16:3f84f2d7b910 | 2 | |
el17ajf | 16:3f84f2d7b910 | 3 | void drawTitle(const char * text); |
el17ajf | 16:3f84f2d7b910 | 4 | void drawLabel(const char * text); |
el17ajf | 16:3f84f2d7b910 | 5 | bool drawAndCheckButton(const char * text); |
el17ajf | 16:3f84f2d7b910 | 6 | |
el17ajf | 16:3f84f2d7b910 | 7 | void selectNextButton(); |
el17ajf | 16:3f84f2d7b910 | 8 | void selectPreviousButton(); |
el17ajf | 16:3f84f2d7b910 | 9 | void pressButton(); |
el17ajf | 16:3f84f2d7b910 | 10 | }; |