mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 04:45:24 +03:00
Add option to display the OSD logo on arming
Adds `osd_logo_on_arming` setting with values `OFF, ON, FIRST_ARMING` (defaults to `OFF`). Optionally displays the OSD splash logo durin the "ARMING" message.
This commit is contained in:
parent
cf86671997
commit
05c8538752
4 changed files with 27 additions and 0 deletions
|
@ -139,6 +139,9 @@ typedef enum {
|
|||
TABLE_INTERPOLATED_SP,
|
||||
TABLE_DSHOT_BITBANGED_TIMER,
|
||||
TABLE_OSD_DISPLAYPORT_DEVICE,
|
||||
#ifdef USE_OSD
|
||||
TABLE_OSD_LOGO_ON_ARMING,
|
||||
#endif
|
||||
|
||||
LOOKUP_TABLE_COUNT
|
||||
} lookupTableIndex_e;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue