Add altitude-based color coding for map markers in adsb (#3004)

* Add altitude-based color coding for map markers in adsb
This commit is contained in:
Totoo
2026-02-19 20:50:49 +01:00
committed by GitHub
parent 6498f5a1b2
commit 0685fb7a9f
4 changed files with 50 additions and 4 deletions
+1
View File
@@ -270,6 +270,7 @@ class ADSBRxDetailsView : public View {
void focus() override;
void update(const AircraftRecentEntry& entry);
void get_altitude_color(int32_t alt_ft, uint8_t* r, uint8_t* g, uint8_t* b);
/* Calls forwarded to map view if shown. */
bool map_active() const { return geomap_view_; }
void clear_map_markers();