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 MotionSensor
Diff: Title/Title.cpp
- Revision:
- 49:3f83ed62d123
- Parent:
- 48:f7d9ae3e554d
- Child:
- 50:2c5cb92a5361
--- a/Title/Title.cpp Thu May 09 02:46:44 2019 +0000
+++ b/Title/Title.cpp Thu May 09 04:24:30 2019 +0000
@@ -144,8 +144,8 @@
lcd.printString("Hold L to", 0, 0);
lcd.printString("show player", 0, 1);
lcd.printString("health", 0, 2);
- lcd.printString("Hold Back", 0, 3);
- lcd.printString("to view a", 0, 4);
+ lcd.printString("Hold R to", 0, 3);
+ lcd.printString("view explored", 0, 4);
lcd.printString("minimap", 0, 5);
lcd.refresh();
}