Su 200943147
Dependencies: Gamepad N5110 mbed
Diff: main.cpp
- Revision:
- 9:6ee4c806f3e9
- Parent:
- 8:3899d883d329
diff -r 3899d883d329 -r 6ee4c806f3e9 main.cpp --- a/main.cpp Thu May 04 13:28:46 2017 +0000 +++ b/main.cpp Thu May 04 14:20:35 2017 +0000 @@ -3,6 +3,12 @@ #include "Engine.h" #include "Gamepad.h" +/** +*Tetris +*Author Guanxiong Su +*Date May 2017 +*/ + struct UserInput { Direction d; }; @@ -49,7 +55,7 @@ { lcd.printString(" Welcome ",0,2); lcd.printString(" Tetris ",0,3); - lcd.printString(" Press Start ",0,5); + lcd.printString(" Press Start ",0,4); lcd.refresh(); // flashing LEDs until start button is pressed