1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 00:05:33 +03:00
Commit graph

30 commits

Author SHA1 Message Date
Michael Keller
3695b123d9
Add link quality symbol to OSD (#8494)
Add link quality symbol to OSD
2019-06-28 19:24:35 +12:00
Bruce Luckcuck
b962416333 Remove settings parameter; update to use the new kilometer and miles symbols 2019-06-27 10:14:14 -04:00
Miguel Angel Mulero Martinez
c80c3c4f08 Add link quality symbol to OSD 2019-06-27 09:33:56 +02:00
Bruce Luckcuck
865515113e Add dynamic distance formatting for OSD elements
Optionally format distance as meters/kilometers or feet/miles based on overal distance. For metric, distance will be displayed as:

0-999m: display meters
1000-9999m: display as kilometers with 2 decimals (ie. 1.23K)
10000m and above: display as kilometers with 1 decimal (ie. 10.5K)

Similar for imperial units except that will display feet up to 1 mile (5280ft), miles with 2 decimals from 1-9.99 miles, and with 1 decimal over 10 miles.

Configured with `osd_dynamic_distance_units = OFF | ON`. If off (the default) then the behavior is unchanged and the distance will be only displayed in meters or feet depending on the units selection.

There are currently no OSD font symbols for kilometers or miles so "K" and "M" are used at this time.
2019-06-24 19:57:14 -04:00
mikeller
0ee3768c2f Changed define for hyphen from SYM_COLON to SYM_HYPHEN. 2019-06-15 19:57:52 +12:00
Miguel Angel Mulero Martinez
06878b1265 Change arrows to small at the vario OSD element 2019-06-13 15:09:31 +02:00
Miguel Angel Mulero Martinez
ef74357faf Add units symbol to the vario OSD element 2019-06-13 15:09:30 +02:00
Miguel Angel Mulero Martinez
240975f736 Refactor of OSD fonts 2019-06-07 12:35:02 +02:00
Miguel Angel Mulero Martinez
97d87bd16b Change the home symbol to free the triangle character in OSD 2019-06-03 11:39:48 +02:00
Miguel Angel Mulero Martinez
ba99bdae21 Remove second symbol in the Throttle OSD element 2019-06-03 08:44:45 +02:00
Miguel Angel Mulero Martinez
1dc7cd24ba Use the new Speed and Total Distance OSD symbols 2019-05-27 20:01:03 +02:00
Miguel Angel Mulero Martinez
5afcb0985c Use distance to home symbol into the OSD 2019-05-10 11:58:15 +02:00
mikeller
bd03951ca4 Added altitude symbol in OSD. 2019-05-05 22:26:53 +12:00
root
6885d27400 comment out unused symbols, use some symbols
Also turns out the Core Temperature widget is subjected to unit tests
2019-05-01 22:17:56 +00:00
root
a8a997fb59 Add new symbols to max7456_symbols.h
Fixes the crosshair
Also changed GPS LAT and LON elements to use new symbols
2019-05-01 00:12:45 +00:00
Bruce Luckcuck
138f403204 Fix OSD stats alignment and formatting
Fixes the alignment and formatting of the following stats:
* Max altitude
* Max speed
* Max ESC temperature
2019-03-26 13:37:21 -04:00
mikeller
95eb87b678 Changed OSD stick overlay to use custom symbols. 2019-01-28 00:53:02 +13:00
Richard Cooper
516483ee64 Tidy up symbols.h and add docs for osd font 2018-07-31 19:35:01 +01:00
mikeller
99e3dd44b7 Disable unavailable OSD characters. 2018-05-09 23:34:54 +12:00
Martin Budden
e6f5926131 Prepare OSD for iterative updating 2018-01-12 14:46:29 +00:00
Dan Nixon
270c4bd5fe Update OSD unit test as per comments from @ledvinap 2017-06-27 18:01:55 +01:00
Bas Delfos
37e2b8be24 Added OSD Battery Usage progressbar 2017-05-04 20:38:09 +02:00
Martin Budden
9a62b04699 Removed #ifdef USE_MAX7456 from max7456_symbols.h 2016-11-19 06:47:53 +00:00
Dan Nixon
aea5666cfb Refactor OSD code 2016-09-24 13:57:26 +01:00
nathan
2f18f0b8fb move the mah symbol to an nvram slot before the logo 2016-08-02 01:24:45 -07:00
nathan
562a193033 0x00 is reserved for string null byte termination, move the voltage symbol to 0x06 2016-07-01 01:31:34 -07:00
nathan
dc4791f024 betaflight font mapping
accounts for logo at the end of the font file, starting at 0xA0
2016-06-29 02:04:53 -07:00
nathan
437ca5025b use the mw/scarab-osd font symbols 2016-06-15 23:38:33 -07:00
nathan
f6ca9de8e1 clean up #defines and comment 2016-06-15 21:02:55 -07:00
nathan
e07808e2a8 it builds 2016-06-15 21:02:48 -07:00