mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 21:35:44 +03:00
Add DISPLAY feature to enable/disable the OLED display. Add ARMED page
which is displayed upon arming. Resume page cycling when disarmed.
This commit is contained in:
parent
1790e082fe
commit
0d37bcdf5b
7 changed files with 59 additions and 20 deletions
|
@ -29,7 +29,7 @@ typedef enum {
|
|||
SENSOR_SONAR = 1 << 4,
|
||||
SENSOR_GPS = 1 << 5,
|
||||
SENSOR_GPSMAG = 1 << 6,
|
||||
} AvailableSensors;
|
||||
} sensors_e;
|
||||
|
||||
typedef enum {
|
||||
ALIGN_DEFAULT = 0, // driver-provided alignment
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue