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

127 commits

Author SHA1 Message Date
Pawel Spychalski (DzikuVx)
d7c8695bf9 Cleanup 2.1.1 2019-10-27 20:18:51 +01:00
Pawel Spychalski (DzikuVx)
79a16a8fe3 Cleanup 2.1 version 2019-10-27 20:17:20 +01:00
Pawel Spychalski (DzikuVx)
cb1ff69703 Cleanup INAV 2.0.0 2019-10-26 22:30:59 +02:00
Alberto García Hierro
7948361106 [OSD] Add support for configuring OSD_ESC_RPM element 2019-10-25 22:44:27 +01:00
Alberto García Hierro
0fce09a25f [OSD]: Workaround for F3 64 byte write bug on macOS
Upload fonts with address <= 255 using MSPv1, use MSPv2 for fonts
with address > 255. This ensures we never send a payload with one
of the problematic lengths.
2019-07-24 10:41:36 +02:00
Konstantin Sharlaimov
c8dc651067
Merge pull request #786 from OlivierC-FR/oc_gforce
Gforce icons for Vision + preview
2019-06-03 13:26:24 +02:00
Alberto García Hierro
47d9332200 OSD: Make font upload sequential
Instead of uploading OSD characters as fast as the uart/VCP will
let us, instead wait for the FC to acknowledge each write. This
prevents buffer overruns between the configurator and the FC which
would cause some characters to be missing.
2019-06-02 13:56:06 +01:00
Olivier C
33e3cd0211 Icons for the Gforce 2019-05-31 08:59:07 +02:00
Michel Pastor
65f918e1ed
OSD: Add RC source and VTX power elements (#777) 2019-05-25 00:43:52 +02:00
Michel Pastor
2cf8f40a52
OSD alarms: add min/max to GUI (#778) 2019-05-24 17:14:24 +02:00
Michel Pastor
c27059e3cd
Add OSd g force alarm settings (#774) 2019-05-20 01:37:24 +02:00
Niccolò Maggioni
505bb200f2 Current consumption alarm in OSD (#769) 2019-05-19 17:52:32 +02:00
Michel Pastor
3badb24935
Changes to OSD preview (#768)
Changes to match https://github.com/iNavFlight/inav/pull/4652
2019-05-16 23:20:04 +02:00
Michel Pastor
e5dbd74735
OSD g-force (#765) 2019-05-12 19:30:01 +02:00
Michel Pastor
71b8c1576c
OSD UK units: change altitude and vario to imperial units (#710) 2019-03-21 15:50:36 +01:00
Alberto García Hierro
6ddc173f58
Merge pull request #696 from iNavFlight/agh_map_scale_and_reference_as_elements
Add MAP_SCALE and MAP_REFERENCE elements
2019-03-15 10:04:18 +00:00
Alberto García Hierro
43e845805c Add MAP_SCALE and MAP_REFERENCE elements
Allow moving the map scale and reference around instead of them
being fixed on the screen.
2019-03-15 10:03:27 +00:00
Pawel Spychalski (DzikuVx)
521915b5a9 1.8 removed 2019-02-26 15:23:04 +01:00
Pawel Spychalski (DzikuVx)
97c622fbb1 1.7 family removed 2019-02-26 09:12:04 +01:00
Pawel Spychalski (DzikuVx)
91e947fc5c Merge remote-tracking branch 'origin/master' into dzikuvx-old-version-cleanup 2019-02-26 08:46:09 +01:00
Michel Pastor
4c59b7dc43
Fix OSD temperature sensor preview (#703) 2019-02-25 14:20:31 +01:00
Michel Pastor
ef530b6279
OSD: Add symbols for temperature sensor values (#704) 2019-02-25 14:20:18 +01:00
Michel Pastor
8792188c78
Add temperature alarms settings to the OSD tab (#695) 2019-02-18 23:28:43 +01:00
Michel Pastor
3396eae8b2
Fix saving OSD alarms from GUI (#694)
Fixes #693
2019-02-15 21:19:57 +01:00
Paweł Spychalski
0305320fe5
Merge pull request #688 from iNavFlight/dzikuvx-fix-osd-partial-loading
Fix partial loading of OSD tab is some cases
2019-02-13 13:10:44 +01:00
Michel Pastor
ccbb246b15
Fix IMU and Baro temp OSD preview (#684) 2019-02-13 12:24:20 +01:00
Pawel Spychalski (DzikuVx)
71f9703b22 remove undeeded console log 2019-02-11 19:22:09 +01:00
Pawel Spychalski (DzikuVx)
ae6c37118d Fix partial loading of OSD tab is some cases 2019-02-11 19:15:46 +01:00
Michel Pastor
0a720f44f6
Temperature sensors support (#670) 2019-02-08 21:08:09 +01:00
Pawel Spychalski (DzikuVx)
3c19c15782 minor fix 2019-02-03 11:01:49 +01:00
Pawel Spychalski (DzikuVx)
a35023c307 fix OSD tab 2019-02-03 10:58:32 +01:00
Pawel Spychalski (DzikuVx)
529c40e556 1.6 is gone 2019-01-15 17:50:23 +01:00
Michel Pastor
6eded9dcd0
Fix the code to select the previously set font (#641)
It was not working if the previously selected font wasn't existing
anymore
2019-01-10 22:30:57 +01:00
Alberto García Hierro
19610690d8 Add support for displaying +code in the OSD 2019-01-07 18:36:27 +00:00
Alberto García Hierro
534c172ca6 Add support for MSL Altitude OSD indicator 2019-01-06 18:19:36 +00:00
Alberto García Hierro
a3ba54090c Add support for fonts with 512 characters
- When uploading fonts with less than 512 characters, fill the rest
with blank characters to make sure we completely overwrite the
old font. Characters 256-511 are uploaded first, so uploading works
on both chips with just 256 characters and firmware < 2.1.
- Add metadata to the font files, so the flight controller can detect
if they're out of date.
- Add boot logo to all fonts.
2019-01-02 19:23:35 +00:00
Michel Pastor
2b97becbab Use the last selected font for the OSD preview 2018-12-18 00:08:35 +01:00
Michel Pastor
b8763cd982 Resize font manager window to fit the new fonts 2018-12-17 15:40:12 +01:00
Michel Pastor
ff8201bd57
Merge pull request #592 from nmaggioni/osd_temperature
Gyro temperature in OSD
2018-12-09 04:09:05 +01:00
Michel Pastor
9fc446981f
Merge pull request #601 from shellixyz/3d_speed_min_version
Add min version requirement for the 3D speed OSD element
2018-11-23 00:41:25 +01:00
Michel Pastor
a342b139fd
New OSD symbols for 3D speed, all fonts but Clarity (#599)
* Update Vision OSD font by Olivier C with 3D speed symbols
* Update default, bold and large OSD fonts with 3D speed symbols
* Update OSD preview 3D speed with the new symbols
2018-11-23 00:40:28 +01:00
Michel Pastor
693f016fac Add min version requirement for the 3D speed OSD element 2018-11-23 00:37:15 +01:00
Niccolò Maggioni
e76b83b78f
Give precedence to PR #585 2018-11-18 16:57:42 +01:00
Niccolò Maggioni
303bfbe85d
Rewording & refactoring 2018-11-06 14:36:27 +01:00
Niccolò Maggioni
4970260a03
Reduce temperature precision in OSD 2018-11-02 19:02:23 +01:00
Niccolò Maggioni
f63810ca27
Gyro temperature in OSD 2018-11-02 14:16:18 +01:00
Alexey Stankevich
5a68d9545d Add 3D speed OSD indicator 2018-10-22 23:22:27 +03:00
Alberto García Hierro
8c3d62cc8f Remove unintended console.log() call from OSD coordinate previews 2018-07-12 11:30:17 +01:00
Alberto García Hierro
142e960893 Add support for configuring coordinate digit count on OSD
Depends on https://github.com/iNavFlight/inav/pull/3573
2018-07-12 01:11:00 +01:00
Alberto García Hierro
5e5993cdef
Merge pull request #533 from iNavFlight/agh_osd_settings
Add support for editing more OSD settings from the OSD tab
2018-07-11 17:09:38 +01:00