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.
Diff: GameEngine/WinLoose/WinLoose.cpp
- Revision:
- 85:d50ba0994676
- Parent:
- 83:329da564799a
- Child:
- 87:871d9fecb593
--- a/GameEngine/WinLoose/WinLoose.cpp Mon May 06 16:15:21 2019 +0000 +++ b/GameEngine/WinLoose/WinLoose.cpp Mon May 06 23:41:03 2019 +0000 @@ -38,11 +38,9 @@ void WinLoose::displayLevel(int level) { - _lcd->clear(); sprintf(bufferlevel,"%d",level); _lcd->printString("Level:",25,1); _lcd->printString(bufferlevel,40,3); - _lcd->refresh(); wait(2); }