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:
- 13:feadff02d3f7
- Parent:
- 12:9e6d5d0a0c82
- Child:
- 14:fe2e16cdf219
diff -r 9e6d5d0a0c82 -r feadff02d3f7 Graphics/Graphics.h
--- a/Graphics/Graphics.h Sun Apr 14 15:58:12 2019 +0000
+++ b/Graphics/Graphics.h Wed Apr 17 14:03:14 2019 +0000
@@ -20,6 +20,9 @@
// Projectile
void draw_projectile(int x, int y, N5110 &lcd);
// Maps
+ void draw_parkinson_map(N5110 &lcd);
+ // LEDs
+ void show_health(int current, int total, Gamepad &pad);
private:
// Left Tank
@@ -34,6 +37,8 @@
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
+
};