Su 200943147

Dependencies:   Gamepad N5110 mbed

Revision:
5:afa6592a4ba5
Parent:
3:9dd35424cdfe
Child:
6:e919a1fd1eed
--- a/main.cpp	Sat Apr 29 13:10:21 2017 +0000
+++ b/main.cpp	Sat Apr 29 14:33:25 2017 +0000
@@ -33,8 +33,7 @@
     pad.init();
 
     // initialise the game
-    Engine.Init();
+    Engine.Init(lcd);
     lcd.normalMode();      // normal colour mode
     lcd.setBrightness(0.5); // put LED backlight on 50%
-    
 }