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: Enemy1 Enemy2 Enemy3 Enemy4 Enemy5 Enemy6 Engine Friendly Gamepad N5110 Rocket Stats mbed
Diff: main.cpp
- Revision:
- 10:34fa0a4f5513
- Parent:
- 9:51a357a1178c
--- a/main.cpp Wed May 03 20:04:32 2017 +0000 +++ b/main.cpp Thu May 04 11:29:56 2017 +0000 @@ -84,8 +84,11 @@ void welcome() { - lcd.printString(" NEMESIS ",0,2); - lcd.printString(" Press Start! ",0,4); + lcd.printString(" NEMESIS ",0,0); + lcd.printString("A&B: shoot",0,2); + lcd.printString("R&L: LCD mode",0,3); + lcd.printString("START: pause",0,4); + lcd.printString(" Press Start! ",0,5); lcd.refresh();