Commit Graph

157 Commits (ad85117f457698292347bcf6a5673dc7b76ebc1b)

Author SHA1 Message Date
Alexander van Saase 42425be604 fix preview bug 4 years ago
Alexander van Saase 52d3a3584c Separate D and CD/FF adjustments, osd elements 4 years ago
Alexander van Saase 8bf8ed2c5d update for fw compatibility 4 years ago
Alexander van Saase 67eb5cfce5 Fix bug 4 years ago
Alexander van Saase bcf5af7a57 Added options for COUNTRY (2 digits trimmed) and FIELD (6 digits trimmed) 4 years ago
Alexander van Saase 646d7ef835 plus code type selection 4 years ago
Paweł Spychalski dde6b19daa
Merge pull request #1119 from MrD-RC/add-version-to-osd
Add version to osd
4 years ago
Darren Lines 1bd4b69455 Add Version to OSD 4 years ago
Darren Lines 684dfdb785 Update osd.js
Add OSD element to Configurator
4 years ago
Darren Lines 8de58fba34
Update osd.js 4 years ago
Konstantin Sharlaimov 0297b66a8e
Merge pull request #1054 from Scavanger/TPA-Adjustment
Add TPA-Adjustment
4 years ago
Scavanger 70a1d686f9
Update THRUST_PID_ATTENUATION ID 4 years ago
Pawel Spychalski (DzikuVx) d4f253ab86 First cut on quadcopter mixer wizard 4 years ago
OptimusTi 9906960ffe Merge remote-tracking branch 'upstream/master' into crsf-LQ-scaled 4 years ago
OptimusTi 831dfe122a Unused comments removed
Unused comments removed and format fix. Also updating osdElement text and help text.
4 years ago
OptimusTi 67bc297a4b SNR text update 4 years ago
OptimusTi a4865bc713 Adds CRSF LQ Formats
Adds LQ format used by TBS hardware and format used by other FC software.
4 years ago
OptimusTi 60933c6b02 300% format LQ
LQ format changed to mirror TBS hardware and function
4 years ago
Jonas Elvedal Hole aecfcb5569 Implement GVar OSD 4 years ago
OptimusTi 2271acbf38 More spacing updates
Spacing updates to use less characters and match inav's cms layout
4 years ago
OptimusTi 74c6c60470 Spacing fixes so preview spacing matches firmware. 4 years ago
OptimusTi 5c43de1f1c IDs fixed to match ID order in firmware 4 years ago
OptimusTi 8246dcef9e CRSF OSD for configurator 4 years ago
Andi Kanzler 5eb9cc0498 Add TPA-Adjustment (+ OSD Element) 4 years ago
Daniel Arruda Ribeiro b6f95f6538 Add azimuth OSD element 4 years ago
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>
4 years ago
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
5 years ago
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.
5 years ago
Paweł Spychalski 2448813b1e
Merge pull request #845 from iNavFlight/dzikuvx-old-version-cleanup
Cleanup old versions customizations
5 years ago
Olivier C 6ecce51611 OSD icon preview for RPM 5 years ago
Pawel Spychalski (DzikuVx) d7c8695bf9 Cleanup 2.1.1 5 years ago
Pawel Spychalski (DzikuVx) 79a16a8fe3 Cleanup 2.1 version 5 years ago
Pawel Spychalski (DzikuVx) cb1ff69703 Cleanup INAV 2.0.0 5 years ago
Alberto García Hierro 7948361106 [OSD] Add support for configuring OSD_ESC_RPM element 5 years ago
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.
5 years ago
Konstantin Sharlaimov c8dc651067
Merge pull request #786 from OlivierC-FR/oc_gforce
Gforce icons for Vision + preview
5 years ago
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.
5 years ago
Olivier C 33e3cd0211 Icons for the Gforce 5 years ago
Michel Pastor 65f918e1ed
OSD: Add RC source and VTX power elements (#777) 5 years ago
Michel Pastor 2cf8f40a52
OSD alarms: add min/max to GUI (#778) 5 years ago
Michel Pastor c27059e3cd
Add OSd g force alarm settings (#774) 5 years ago
Niccolò Maggioni 505bb200f2 Current consumption alarm in OSD (#769) 5 years ago
Michel Pastor 3badb24935
Changes to OSD preview (#768)
Changes to match https://github.com/iNavFlight/inav/pull/4652
5 years ago
Michel Pastor e5dbd74735
OSD g-force (#765) 5 years ago
Michel Pastor 71b8c1576c
OSD UK units: change altitude and vario to imperial units (#710) 6 years ago
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
6 years ago
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.
6 years ago
Pawel Spychalski (DzikuVx) 521915b5a9 1.8 removed 6 years ago
Pawel Spychalski (DzikuVx) 97c622fbb1 1.7 family removed 6 years ago
Pawel Spychalski (DzikuVx) 91e947fc5c Merge remote-tracking branch 'origin/master' into dzikuvx-old-version-cleanup 6 years ago