1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-19 22:35:12 +03:00

Issue #858 fixed

This commit is contained in:
bsongis 2014-03-25 17:53:44 +01:00
parent 2df098c7a6
commit da292d3d4c

View file

@ -1271,7 +1271,7 @@ void menuModelSetup(uint8_t event)
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;
flags |= (!(g_model.nPotsToWarn & (1 << i))) ? INVERS : 0; flags |= (!(g_model.nPotsToWarn & (1 << i))) ? INVERS : 0;
lcd_putsiAtt(MODEL_SETUP_2ND_COLUMN+5*FW+i*3*FW, y, STR_VSRCRAW, NUM_STICKS+1+i, flags); lcd_putsiAtt(MODEL_SETUP_2ND_COLUMN+5*FW+i*(2*FW+3), y, STR_VSRCRAW, NUM_STICKS+1+i, flags);
} }
if (attr && (m_posHorz == 0)) { if (attr && (m_posHorz == 0)) {