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

137 commits

Author SHA1 Message Date
OptimusTi
2271acbf38 More spacing updates
Spacing updates to use less characters and match inav's cms layout
2020-09-09 22:21:59 -04:00
OptimusTi
74c6c60470 Spacing fixes so preview spacing matches firmware. 2020-08-30 07:16:19 -04:00
OptimusTi
5c43de1f1c IDs fixed to match ID order in firmware 2020-08-28 10:40:11 -04:00
OptimusTi
8246dcef9e CRSF OSD for configurator 2020-08-27 16:03:12 -04:00
Daniel Arruda Ribeiro
b6f95f6538 Add azimuth OSD element 2020-07-05 14:09:45 -03:00
giacomo892
9fad61922c
add support for ESC temperature (#960)
* add support for ESC temperature OSD element

* adding alarms settings to the configurator

* Improve OSD alarms formatting

* Save Settings on clikc

* remove not needed line

* Fix OSD layout

Co-authored-by: Michel Pastor <shellixyz@gmail.com>
Co-authored-by: Pawel Spychalski (DzikuVx) <pspychalski@gmail.com>
2020-04-24 12:37:18 +02:00
Michel Pastor
539ec6304c
Add Impact mini OSD font (#877)
* Add Impact mini OSD font

* Update Impact mini OSD font

* Add WP symbol to Impact mini
2020-01-25 23:03:19 +01:00
Alberto García Hierro
0e01133fc9 Make tab loading async safe and add a small animation
Tab loading was relying on replacing the contents of '#content'
with the loading indicator, then replacing it with the loading tab
content and blocking rendering until the tab was ready by not
yielding. This is problematic for tabs that load some data
asynchronously, like PID and OSD.

Instead, put the loading indicator in front of everything else
and load new content inside '#content' next to the loading indicator
(but without showing it). Once the content and data are fully loaded
we fade out the loading indicator with a 0.4s long animation and
then we remove. This works for both synchronous and asynchonous
loading of tabs.
2020-01-21 18:19:06 +00:00
Paweł Spychalski
2448813b1e
Merge pull request #845 from iNavFlight/dzikuvx-old-version-cleanup
Cleanup old versions customizations
2019-11-20 09:43:17 +01:00
Olivier C
6ecce51611 OSD icon preview for RPM 2019-11-16 13:35:43 +01:00
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