Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Diff: Graphics/Graphics.h
- 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