Andrew Tridgell
|
860310ba7c
|
AP_OSD: raise thread stack size to 1024
based on testing in SITL
|
2018-08-20 13:49:38 +10:00 |
Hwurzburg
|
5ba6f5a3a2
|
AP_OSD: Adding efficiency and climb efficiency
and new font characters
|
2018-08-17 16:34:23 +10:00 |
Hwurzburg
|
ea3e523d28
|
AP_OSD: add flytime item
|
2018-08-16 16:54:21 +10:00 |
Hwurzburg
|
c4c8e18f0c
|
AP_OSD: Adding flight distance and summary panels for OSD
|
2018-08-16 16:54:19 +10:00 |
Alexander Malishev
|
5502bba9b4
|
AP_OSD: add waypoint and xtrack_error items
|
2018-08-16 16:54:17 +10:00 |
vierfuffzig
|
f9ed94ed97
|
AP_OSD: add hdop display
|
2018-08-16 16:54:15 +10:00 |
Randy Mackay
|
a158d8ec5f
|
AP_OSD: fix compiler warnings
|
2018-08-16 16:54:12 +10:00 |
vierfuffzig
|
b6bdcf594a
|
AP_OSD: added temperature item
|
2018-08-16 16:54:10 +10:00 |
Alexander Malishev
|
13b56d5870
|
AP_OSD: improve AHI for large roll angles
|
2018-07-14 18:08:36 +10:00 |
vierfuffzig
|
78386ed080
|
AP_OSD: added OSD_MSG_TIME parameter
|
2018-07-14 09:07:42 +10:00 |
Alexander Malishev
|
785cf293cd
|
AP_OSD: use software blink
This should fix blink issue with some hardware
|
2018-07-12 15:04:32 +10:00 |
Andrew Tridgell
|
6328a7233f
|
AP_OSD: cope with no EKF for vspeed
|
2018-07-10 15:40:08 +10:00 |
vierfuffzig
|
bdede462e8
|
AP_OSD: updated fonts
|
2018-07-10 12:34:42 +10:00 |
vierfuffzig
|
02bc49f6b5
|
AP_OSD: added roll and pitch angle items
|
2018-07-10 12:34:42 +10:00 |
Andrew Tridgell
|
33653b6734
|
AP_OSD: added SI and Aviation units
|
2018-07-10 12:34:42 +10:00 |
Andrew Tridgell
|
a561aa2f6d
|
AP_OSD: allow for runtime H and V offset change
|
2018-07-10 08:52:02 +10:00 |
Andrew Tridgell
|
a085b33729
|
AP_OSD: make units tables a bit easier to read
and add OSD_UNITS parameter
|
2018-07-10 08:52:02 +10:00 |
Alexander Malishev
|
d2e05eb927
|
AP_OSD: ensure spi_buffer space
|
2018-07-10 08:52:02 +10:00 |
Alexander Malishev
|
ac71a181d6
|
AP_OSD: refactoring based on review suggestions
|
2018-07-10 08:52:02 +10:00 |
Alexander Malishev
|
e364a815f8
|
AP_OSD: add warning levels for vbat, rssi and nsat
|
2018-07-10 08:52:02 +10:00 |
Alexander Malishev
|
731ae44ffa
|
AP_OSD: add imperial units option
|
2018-07-10 08:52:02 +10:00 |
Alexander Malishev
|
eaac477131
|
AP_OSD: add inverted roll AH and inverted wind direction
|
2018-07-10 08:52:02 +10:00 |
Alexander Malishev
|
7873aff0b8
|
AP_OSD: allow to fine tune osd position
|
2018-07-10 08:52:02 +10:00 |
Alexander Malishev
|
dc454881df
|
AP_OSD: increased lat/lon field
Lattitude integer part could be 4 char wide like -171.123
|
2018-07-10 08:52:02 +10:00 |
Alexander Malishev
|
8dd4108f3c
|
AP_OSD: create usable default osd layout
|
2018-07-10 08:52:02 +10:00 |
Andrew Tridgell
|
6eb00b92fd
|
AP_OSD: don't panic on bad font num in SITL
|
2018-07-10 07:21:20 +10:00 |
Andrew Tridgell
|
52a8198311
|
AP_OSD: added font switching at runtime for SITL
|
2018-07-09 20:48:59 +10:00 |
Andrew Tridgell
|
64fae25882
|
AP_OSD: added runtime font switching
|
2018-07-09 19:48:09 +10:00 |
Andrew Tridgell
|
5682cef162
|
AP_OSD: created font binaries
|
2018-07-09 19:48:09 +10:00 |
vierfuffzig
|
4f1db0f979
|
AP_OSD: added fonts and styles
|
2018-07-09 19:48:09 +10:00 |
vierfuffzig
|
795947b405
|
AP_OSD: Addded README.md for fonts
|
2018-07-09 19:46:48 +10:00 |
Andrew Tridgell
|
7454c9f8c5
|
AP_OSD: load font on startup
this reduces memory fragmemtation and maximises available memory
during update
|
2018-07-09 19:41:56 +10:00 |
Andrew Tridgell
|
6347de2b89
|
AP_OSD: added OSD_FONT parameter
allow for user selection of font
|
2018-07-09 19:41:56 +10:00 |
Andrew Tridgell
|
4055f28bc5
|
AP_OSD: use font*.bin as font name
|
2018-07-09 19:41:56 +10:00 |
Andrew Tridgell
|
822e20f830
|
AP_OSD: rename clarity.bin to font0.bin
|
2018-07-09 19:41:56 +10:00 |
Andrew Tridgell
|
aa205d0537
|
AP_OSD: use compressed font file
|
2018-07-09 19:41:56 +10:00 |
Andrew Tridgell
|
b98d941526
|
AP_OSD: use thread_create API
this prevents a freeze in the FAT filesystem from affecting the OSD
|
2018-07-09 19:41:18 +10:00 |
Andrew Tridgell
|
dbe096e2f3
|
AP_OSD: default OSD_TYPE to SITL when enabled with --osd
|
2018-07-08 08:22:40 +10:00 |
Andrew Tridgell
|
ba1a611ea9
|
AP_OSD: fixed CPU usage in SITL thread
|
2018-07-07 13:09:52 +10:00 |
Andrew Tridgell
|
d280dbf119
|
AP_OSD: display --- when no airspeed available
|
2018-07-05 09:32:09 +10:00 |
Andrew Tridgell
|
f96c3c2c0f
|
AP_OSD: added check for get_telem_data()
|
2018-07-05 09:16:50 +10:00 |
Andrew Tridgell
|
84d2b1cd93
|
AP_OSD: make packed decimal the default
and fix SITL char spacing
|
2018-07-05 08:06:04 +10:00 |
Alexander Malishev
|
3fb034e350
|
AP_OSD: fixed packed dot
|
2018-07-05 08:06:04 +10:00 |
Andrew Tridgell
|
9df4be7f49
|
AP_OSD: added blink for SITL backend
|
2018-07-04 20:53:25 +10:00 |
Andrew Tridgell
|
7d4a6795d8
|
AP_OSD: use a thread for SITL OSD
this allows for window scaling and should fix ubuntu 18 warning
|
2018-07-04 20:53:25 +10:00 |
Andrew Tridgell
|
7ce72fe571
|
AP_OSD: fixed sign of altitude
|
2018-07-04 18:47:14 +10:00 |
Andrew Tridgell
|
af46388d6c
|
AP_OSD: added option to pack decimal numbers
|
2018-07-04 18:47:14 +10:00 |
Andrew Tridgell
|
5ef0c454e3
|
AP_OSD: fixed sign on GPS coords
|
2018-07-04 18:47:14 +10:00 |
Kelly-Foster
|
dcc272bd6f
|
AP_OSD: widgets for BLHeli32 ESC amps, temp, rpm, and GPS lat/long
|
2018-07-04 18:47:14 +10:00 |
Andrew Tridgell
|
9702f4f822
|
AP_OSD: fixed vector orientation
|
2018-07-04 17:16:45 +10:00 |