ELEC2645 (2018/19) / Mbed 2 deprecated el17szs

Dependencies:   mbed

Revision:
22:69d7fe739872
Parent:
20:9d21599fe350
--- a/main.cpp	Tue Apr 30 13:17:14 2019 +0000
+++ b/main.cpp	Tue Apr 30 20:36:42 2019 +0000
@@ -15,11 +15,13 @@
 #include "Bat.h"
 #include "Cricket.h"
 
+
 N5110 lcd(PTC9,PTC0,PTC7,PTD2,PTD1,PTC11);
 Gamepad mainpad;
 Cricket cricket;
 
 
+
 void init();
 
 void welcome();
@@ -29,10 +31,9 @@
 int main(){
     int fps=14;
     init();
-    
+    cricket.intro(lcd);
      //welcome();
     //draw();
-    
     while(1){
        
         cricket.game(lcd,mainpad);