1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-25 09:16:01 +03:00
Commit graph

23 commits

Author SHA1 Message Date
Marcelo Bezerra
ab20702dff Add G_FORCE symbol as letter G 2023-10-21 22:48:22 +02:00
Marcelo Bezerra
201398e751 SYM_TOTAL and SYM_TRIP_DISTANCE are the same symbol 2023-10-21 17:34:54 +02:00
Marcelo Bezerra
3456d60e9a Add SYM_TOTAL -> BF_SYM_TOTAL_DISTANCE mapping 2023-10-21 17:30:18 +02:00
Marcelo Bezerra
67a0473c0e
Betaflight configuration AH_DECORATION improvements (#9010)
BF does not have characters to animate the vertical bars of the artificial horizon.

This pull request will replace all the characters with the supported BF character.

The side bars won't animate, but they won't show ? either.
2023-04-25 13:17:57 +02:00
Marcelo Bezerra
c87d641347
Revert "Improvements to BFCOMPAT character and icon mappings" 2023-03-30 10:48:33 +02:00
rmaia
c22b23a8e2 - Improve BF compatible character and icon mappings 2023-03-29 23:36:39 -03:00
Paweł Spychalski
4be5a2f5e6
Merge pull request #8860 from iNavFlight/dzikuvx-fix-compilation-without-osd
Fix compilation if OSD is disabled
2023-03-23 15:49:10 +01:00
Pawel Spychalski (DzikuVx)
7e6f1040da Fix compilation is OSD is disabled 2023-03-06 21:16:44 +01:00
Pawel Spychalski (DzikuVx)
7dcf095b7a Simplify and fix altitude processing for BF43COMPAT 2023-02-08 16:53:06 +01:00
Pawel Spychalski (DzikuVx)
e97c7a6d91 Add a mapping for 3D kph and mph symbols 2023-02-03 13:19:54 +01:00
Pawel Spychalski (DzikuVx)
215075a7b9 Add a mapping for 3D kph and mph symbols 2023-02-02 19:16:40 +01:00
Pawel Spychalski (DzikuVx)
c69ada7e57 Add RPM symbol transaltion 2023-01-19 17:54:17 +01:00
Marcelo Bezerra
a1bd86ab2f
Use BF SYM_AH_BAR9_4 as replacement for INAV SYM_AH_V_START family.
Symple change that avoids the artificial horizon from changing into a
column of `?`.
2023-01-16 20:15:03 +01:00
Darren Lines
aaefdc94f7 Updates to CLI Outputs
- Added OSD mode and resolution to `status`
- Updated hash labels on diff/dump to be more comparable to configurator. For example `# aux` now reads '# Modes [aux]'.
2023-01-08 13:31:35 +00:00
Marcelo Bezerra
5fef0c4944 Add SYM_ALT 2022-12-20 20:02:16 +01:00
Marcelo Bezerra
d5987f923a Fix arrow direction, hopefully I haven't missed any. 2022-12-20 19:30:35 +01:00
Marcelo Bezerra
e8c3cda8cd Add more symbolx to the translation table. 2022-12-20 19:01:43 +01:00
Marcelo Bezerra
480ce67c9a I forgot to commit this change 2022-12-14 01:30:04 +01:00
Marcelo Bezerra
4fb086b81b Try to match coding style 2022-12-14 01:13:12 +01:00
Marcelo Bezerra
24d41cb761
add alternative crosshairs 2022-12-12 19:36:45 +01:00
Marcelo Bezerra
9ea8f04ea3
Map crosshair 2022-12-12 19:08:27 +01:00
Marcelo Bezerra
dce3c7e5ad
Fix artificial horizon 2022-12-12 18:54:42 +01:00
Marcelo Bezerra
fd329821c8 Initial exploration of a BF4.3 compatible OSD
Any symbols not directly mapped to BF will be replaced with '?'

The idea is to highlight the fact that some implementations are incomplete
and do not support custom fonts or multi page charsets.

The ideas is that whatever is shown, it will be obvious what the gaps are.
2022-12-12 15:22:39 +01:00