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
Diff: main.cpp
- Revision:
- 18:78001ecadcb2
- Parent:
- 11:7027f69672fc
- Child:
- 19:362ad1cd6d4a
diff -r 7acfc8a0c277 -r 78001ecadcb2 main.cpp --- a/main.cpp Tue Apr 24 19:24:03 2018 +0000 +++ b/main.cpp Sat Apr 28 21:12:33 2018 +0000 @@ -3,8 +3,10 @@ #include "N5110.h" #include "rect.h" #include "boom.h" +#include "bigboom.h" #include "money.h" #include "engine.h" +//#include "help.h" DigitalOut gpo(D0); DigitalOut led(LED_RED); @@ -52,10 +54,10 @@ } void welcome() { - lcd.printString(" How to be",0,0); - lcd.printString(" A",0,1); - lcd.printString(" Millionaire",0,2); - lcd.printString(" Press Start ",0,4); + lcd.printString(" Boom",0,0); + lcd.printString(" Press start",0,2); + lcd.printString(" help",0,4); + //lcd.printString(" Press Start ",0,4); lcd.refresh(); //LEDs keep flashing until start button is pressed