Commit Graph

2620 Commits (58a9468846cc769483844e1e0c7eeeb28f4aac8a)
 

Author SHA1 Message Date
Konstantin Sharlaimov (DigitalEntity) 58a9468846 Fix disabled calibrate mag button 7 years ago
Paweł Spychalski 31806e9e91 Merge pull request #261 from fiam/osd_new_elements
Add support for new OSD elements
7 years ago
Alberto García Hierro 52b5039465 Add support for OSD_THROTTLE_POS_AUTO_THR
Shows actual THR from the navigation system when it's controlling
THR, stick input otherwise (like the normal THR indicator).

INAV counterpart submitted as
https://github.com/iNavFlight/inav/pull/2217
7 years ago
Alberto García Hierro 46ba69df98 Add support for OSD_MAIN_BATT_CELL_VOLTAGE
Shows the average cell voltage. INAV counterpart already merged
at https://github.com/iNavFlight/inav/pull/2212
7 years ago
Paweł Spychalski ee41ced86d Merge pull request #260 from fiam/osd_messages
Add support for configuring OSD_MESSAGES
7 years ago
Paweł Spychalski 3d11e2dd8c Merge pull request #258 from fiam/font_updates
Font updates
7 years ago
Alberto García Hierro e476ffc6f2 Add auto-THR symbol to all fonts 7 years ago
Alberto García Hierro 27f7ecad84 Reorganize "digit-dot" and alt/dist characters
Use the empty space left by the nav symbols going out
7 years ago
Alberto García Hierro 9d2e34cdcd Remove 2-char nav mode characters
They're not going to be used at the end. We'll use OSD_MESSAGES
for the extended flight mode information for now.
7 years ago
Alberto García Hierro 666be62544 Update default font with more characters
"0." - "9.", used to display numbers with decimals without using
a whole character slot for the decimal separator.
Added ALTm, ALTkm, ALTft, ALTkft, DSTm, DSTkm, DSTft, DSTmi, m,
km and mi.

Added to the default font only for now. If we end up with a
satisfying implementation, bold and large fonts will be updated
later.
7 years ago
Alberto García Hierro 9e95e441b1 Add support for configuring OSD_MESSAGES 7 years ago
Paweł Spychalski aee549dc57 Merge pull request #259 from fiam/osd_ignore_unknown
Ignore OSD items unknown by the FC in the OSD tab
7 years ago
Paweł Spychalski ef5619fefb Merge pull request #255 from iNavFlight/dzikuvx-ports-sensor-column
Port GPS renamed to Sensors and moved to separate column
7 years ago
Paweł Spychalski f896d52111 Merge pull request #252 from fiam/osd_hdop
Add HDOP character and support for OSD_GPS_HDOP
7 years ago
Paweł Spychalski c8da8056a8 Merge pull request #253 from fiam/osd_vario_preview
Add preview support for OSD vertical elements
7 years ago
Alberto García Hierro c48a3f43f4 Add preview support for OSD vertical elements
Also, add preview for OSD_VARIO and rename SYM.VARIO to
SYM.M_S, since it points to the m/s character.
7 years ago
Alberto García Hierro d5bdf53b9a Ignore OSD items unknown by the FC in the OSD tab
Otherwise configuring the OSD of an INAV version older than the
configurator will cause errors.
7 years ago
Alberto García Hierro a9f6a9d5a7 Add HDOP character and support for OSD_GPS_HDOP 7 years ago
Paweł Spychalski 91aded5f63 Merge pull request #257 from fiam/osd_groups
Organize OSD elements into groups
7 years ago
Alberto García Hierro 974ed52c11 Organize OSD elements into groups
Implement groups which can be declared in any order including
any item in the order deemed more useful. This way we no longer
need to put elements ordered by their osd_items_e value.

Also, elements and even groups can be disabled when the features
or hardware required for drawing them is not present or not
enabled.
7 years ago
Pawel Spychalski (DzikuVx) 8dfa070624 Port GPS renamed to Sensors and moved to separate column 7 years ago
Paweł Spychalski e8997dceb7 Merge pull request #251 from iNavFlight/de_dfu_update
Update STM32 USB DFU driver
7 years ago
Paweł Spychalski ce363ee429 Merge pull request #244 from iNavFlight/vtx-support
SmartAudio and Tramp support
7 years ago
Pawel Spychalski (DzikuVx) c1199971ab packages update 7 years ago
Alberto García Hierro c33fc968a9 Merge pull request #250 from fiam/osd-improvements
Add OSD elements for RTC_TIME and ONTIME_FLYTIME combined indicator
7 years ago
Konstantin Sharlaimov (DigitalEntity) df9abf057b Update STM32 USB DFU driver 7 years ago
Alberto García Hierro 087b397a5a Add names and help for a few more OSD elements 7 years ago
Alberto García Hierro 1e18c6d08c Add support for new OSD elements
- Support OSD_ONTIME_FLYTIME and OSD_RTC_TIME
- Add support for OSD elements with localized names
- Add support for displaying some help besides an OSD element
7 years ago
Alberto García Hierro 868af88ea9 Add clock character to all fonts 7 years ago
Konstantin Sharlaimov 871d2bb451 Merge pull request #248 from fiam/exclamation_char
Add exclamation character for bold and large fonts
7 years ago
Alberto García Hierro e8f2628b13 Add exclamation character for bold and large fonts
Fixes #246
7 years ago
Pawel Spychalski (DzikuVx) 3920cfa443 SmartAudio and Tramp support 7 years ago
Alberto García Hierro 4339bc0604 Add missing 'release-windows' step to 'release' task
It won't build the Windows release by default otherwise. Missed
accidentally in #235.
7 years ago
Alberto García Hierro 36f28b4944 Delete build/script.js from the repository
Files in build/ should not be commited to the repo anymore, to
avoid cluttering diffs. build/ files should be generated locally
from the gulp 'build' task.
7 years ago
Konstantin Sharlaimov (DigitalEntity) 96f074b918 Update package version to 1.7.3 7 years ago
Konstantin Sharlaimov 06d6f40aee Merge pull request #225 from fiam/fw_motorstop_airmode
Set MOTOR_STOP and AIRMODE features in all FW presets
7 years ago
Konstantin Sharlaimov (DigitalEntity) 8c9e4b2f9e Update generated script.js 7 years ago
Konstantin Sharlaimov d1425d2288 Merge pull request #240 from iNavFlight/de_version_bump
Version bump to 1.7.3
7 years ago
Konstantin Sharlaimov a54c461bfe Merge pull request #239 from iNavFlight/de_add_msp_version_status
Add MSP version to status line
7 years ago
Konstantin Sharlaimov 94ec0c0720 Merge pull request #236 from fiam/osd_uk_units
Add support for selecting UK mode in the OSD units
7 years ago
Konstantin Sharlaimov (DigitalEntity) 79827bede1 Merge branch 'marbalon-marbalon_new_gps_type_mtk' 7 years ago
Konstantin Sharlaimov (DigitalEntity) d391258180 Merge branch 'marbalon_new_gps_type_mtk' of https://github.com/marbalon/inav-configurator into marbalon-marbalon_new_gps_type_mtk 7 years ago
Konstantin Sharlaimov (DigitalEntity) 6e2e9f4a34 Version bump to 1.7.3 7 years ago
Konstantin Sharlaimov (DigitalEntity) 7f7bdc0a59 Add MSP version to status line 7 years ago
Paweł Spychalski 929b600bda Merge pull request #237 from fiam/nw-fixes
Fix drag and drop not working on NW.js
7 years ago
Paweł Spychalski b6f12ef480 Merge pull request #235 from fiam/build-improvements
Improvements to the build process, better documentation
7 years ago
Alberto García Hierro 0c57b5d9f9 Fix drag and drop not working on NW.js
NW.js requires us to disable pointer events on the inline images,
otherwise the drag/drop events are generated for the images rather
than for the html elements representing OSD items.
7 years ago
Alberto García Hierro 37171dc603 Add support for selecting UK mode in the OSD units
Fixes #233
7 years ago
Alberto García Hierro c24c875039 Add basic .zip file for distributing Windows app
Package as win32 in a basic .zip file as a portable app
7 years ago
Alberto García Hierro 4c41ccb719 Add support for creating a macOS .zip from gulp
This produces a nice .zip which can be distributed as is.
Unfortunately, the only way to produce a signed binary is by generating
the macOS app on macOS.
7 years ago