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: SavedGames/SavedGames.cpp
- Revision:
- 69:753ba27325ce
- Parent:
- 68:bb1650c657ef
- Child:
- 76:6daba3002424
diff -r bb1650c657ef -r 753ba27325ce SavedGames/SavedGames.cpp --- a/SavedGames/SavedGames.cpp Thu May 21 22:46:23 2020 +0000 +++ b/SavedGames/SavedGames.cpp Fri May 22 13:02:26 2020 +0000 @@ -182,7 +182,7 @@ char buffer[9]; sprintf(buffer,"Save %2d",display_data_number_); lcd.printString(buffer,21,3); - lcd.printString("B Back A Play",0,5); + lcd.printString("Back(B)Play(A)",0,5); lcd.refresh(); } @@ -199,7 +199,7 @@ char buffer[9]; sprintf(buffer,"Save %2d",display_data_number_); lcd.printString(buffer,21,3); - lcd.printString("A To save",15,5); + lcd.printString("Save(A)",21,5); lcd.refresh(); }