mirror of
https://github.com/opentx/opentx.git
synced 2025-07-19 14:25:11 +03:00
Pot warning mode labels
This commit is contained in:
parent
7c9b0960ea
commit
825cc28bd8
1 changed files with 1 additions and 1 deletions
|
@ -1248,7 +1248,7 @@ void menuModelSetup(uint8_t event)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
lcd_putsiAtt(MODEL_SETUP_2ND_COLUMN, y, PSTR("\004""Off\0""Man""Auto\0"), potMode, attr & ((m_posHorz == 0) ? attr : !INVERS));
|
lcd_putsiAtt(MODEL_SETUP_2ND_COLUMN, y, PSTR("\004""Off\0""Man\0""Auto"), potMode, attr & ((m_posHorz == 0) ? attr : !INVERS));
|
||||||
if (potMode)
|
if (potMode)
|
||||||
for (uint8_t i=0; i<NUM_POTS ; i++) {
|
for (uint8_t i=0; i<NUM_POTS ; i++) {
|
||||||
LcdFlags flags = ((m_posHorz==i+1) && attr) ? BLINK : 0;
|
LcdFlags flags = ((m_posHorz==i+1) && attr) ? BLINK : 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue