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/ScoresMenu/ScoresMenu.cpp
- Committer:
- el17ajf
- Date:
- 2019-04-03
- Revision:
- 21:62d2b5b73160
- Child:
- 27:2ed9e3c9f4e9
File content as of revision 21:62d2b5b73160:
#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(); } }