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/ScoresMenu/ScoresMenu.cpp
- Revision:
- 21:62d2b5b73160
- Child:
- 27:2ed9e3c9f4e9
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Menus/ScoresMenu/ScoresMenu.cpp Wed Apr 03 20:33:27 2019 +0000 @@ -0,0 +1,15 @@ +#include "ScoresMenu.h" + +void Menus::ScoresMenu::updateAndDraw(UI * ui) { + ui->drawTitle("hi scores"); + ui->newLine(); + ui->drawLabel("1.PLYR 44"); + ui->drawLabel(" 1312PTS"); + ui->drawLabel("2.PLYR 21"); + ui->drawLabel(" 1311PTS"); + ui->drawLabel("3.PLYR 88"); + ui->drawLabel(" 1310PTS"); + if (ui->drawAndCheckButton("back")) { + close(); + } +} \ No newline at end of file