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:
- 14:fe2e16cdf219
- Parent:
- 13:feadff02d3f7
- Child:
- 15:fa5282fcd134
--- a/Graphics/Graphics.h Wed Apr 17 14:03:14 2019 +0000
+++ b/Graphics/Graphics.h Wed Apr 17 17:24:02 2019 +0000
@@ -19,6 +19,9 @@
void draw_turret_r(int x, int y, int angle, N5110 &lcd);
// Projectile
void draw_projectile(int x, int y, N5110 &lcd);
+ // Display
+ 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);
// LEDs