mirror of
https://github.com/opentx/opentx.git
synced 2025-07-19 14:25:11 +03:00
Backlight control added back in, driver fix (thanks Adela), OFF level configurable
This commit is contained in:
parent
29325ad54f
commit
30018b2432
8 changed files with 41 additions and 34 deletions
|
@ -911,6 +911,7 @@ PACK(struct TrainerData {
|
|||
uint8_t slidersConfig:2; \
|
||||
uint32_t switchConfig; \
|
||||
uint8_t potsConfig; /* two bits per pot */ \
|
||||
NOBACKUP(uint8_t blOffBright); \
|
||||
NOBACKUP(char switchNames[NUM_SWITCHES][LEN_SWITCH_NAME]); \
|
||||
NOBACKUP(char anaNames[NUM_STICKS+NUM_POTS][LEN_ANA_NAME]); \
|
||||
NOBACKUP(char currModelFilename[LEN_MODEL_FILENAME+1]); \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue