![](/media/cache/group/default_image.jpg.50x50_q85.jpg)
Mochu Yao explorer game
Dependencies: mbed
Diff: main.cpp
- Revision:
- 19:14c5427b30d1
- Parent:
- 16:ccd6f707dc79
- Child:
- 21:349c70c8a7de
diff -r bd78b24fc933 -r 14c5427b30d1 main.cpp --- a/main.cpp Tue Apr 28 12:52:16 2020 +0000 +++ b/main.cpp Tue Apr 28 13:37:26 2020 +0000 @@ -31,7 +31,7 @@ while(1) { lcd.setContrast(gamepad.read_pot()); // Contrast is controlled by pot. lcd.clear(); - _menu.run_game(lcd, gamepad); + _menu.run_engine(lcd, gamepad); lcd.refresh(); wait(0.01); } } \ No newline at end of file