Inspirati / gentlenav

Automatically exported from code.google.com/p/gentlenav
0 stars 0 forks source link

OSD tweaks #86

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
(Enhancement)
Some OSD issues (from practical use):
 - "Only show GPS coords when low and slow" - should also trigger from bad RSSI, if enabled (not only altitude/speed, but if RSSI < 30% for example)
 - refresh speed on some elements is way too high. Current refresh rate is fine for AHI and (maybe) for distance/altitude. Other elements (speed, ADC inputs) change a lot and sometimes are hard to read. Suggested fix:
   * keep AHI at current refresh rate
   * average ADC inputs over 1.5 seconds and redraw them only after calculation is done (readable data)
   * average speed over 1-1.5 second and only then redraw on screen
 - add support for wind direction arrow (like minimosd does - take from Remzibi branch?)

Original issue reported on code.google.com by Andrius....@gmail.com on 2 Dec 2013 at 6:22