mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-26 01:35:35 +03:00
Initial support for multiple OSD layouts
- Add 3 new boxes that can be controlled by a switch to toggle between the default and 3 alternate layouts. - Add new MSP cmds to retrieve/set the whole layouts, the OSD alarms and the preferences. - For now, CMS and settings just see the default layout. This will be addressed on future commits.
This commit is contained in:
parent
3c4668c7ee
commit
c5401d74d2
10 changed files with 258 additions and 103 deletions
|
@ -31,3 +31,10 @@
|
|||
|
||||
#define MSP2_INAV_MIXER 0x2010
|
||||
#define MSP2_INAV_SET_MIXER 0x2011
|
||||
|
||||
#define MSP2_INAV_OSD_LAYOUTS 0x2012
|
||||
#define MSP2_INAV_OSD_SET_LAYOUT_ITEM 0x2013
|
||||
#define MSP2_INAV_OSD_ALARMS 0x2014
|
||||
#define MSP2_INAV_OSD_SET_ALARMS 0x2015
|
||||
#define MSP2_INAV_OSD_PREFERENCES 0x2016
|
||||
#define MSP2_INAV_OSD_SET_PREFERENCES 0x2017
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue