ELEC2645 (2018/19) / Mbed 2 deprecated EL17MCD

Dependencies:   mbed

Revision:
15:fa5282fcd134
Parent:
14:fe2e16cdf219
Child:
16:a2c945279b79
--- a/Graphics/Graphics.h	Wed Apr 17 17:24:02 2019 +0000
+++ b/Graphics/Graphics.h	Fri Apr 19 15:58:51 2019 +0000
@@ -23,9 +23,10 @@
     void draw_wind_bar(float wind, N5110 &lcd);
     void draw_reticle(int x, int y, float angle, N5110 &lcd);
     // Maps
-    void draw_parkinson_map(N5110 &lcd);
+    void draw_parkinson_map(int x, int y, N5110 &lcd);
     // LEDs
     void show_health(int current, int total, Gamepad &pad);
+    void start_up(int alt, Gamepad &pad);
     
 private:
 // Left Tank
@@ -40,10 +41,7 @@
     void _turret_angle_r3(int x, int y, N5110 &lcd);
     void _turret_angle_r4(int x, int y, N5110 &lcd);
     void _turret_angle_r5(int x, int y, N5110 &lcd);
-// LEDs
 
 };
 
-
-
 #endif // GRAPHICS
\ No newline at end of file