ELEC2645 (2018/19) / Mbed 2 deprecated EL17MCD

Dependencies:   mbed

Revision:
3:087b28bf8b96
Parent:
2:8382613c86a0
Child:
4:3b3a7f102250
--- a/main.cpp	Mon Apr 01 11:50:07 2019 +0000
+++ b/main.cpp	Tue Apr 02 16:46:24 2019 +0000
@@ -38,15 +38,17 @@
 
 int main()
 {
+  int pos_x = rand() % 84;
+  
     lcd.init();
-    welcome();  // display welcome message 
+   // welcome();  // display welcome message 
 
     while(1) {  // infinite loop
     
     lcd.clear();
-    lcd.drawSprite(2,40-6,6,10,(int *)tank_left);
+  //  lcd.drawSprite(0,48-6,6,10,(int *)tank_left);
     lcd.refresh();
     wait_ms(250);
-    }
+    } */
 }