mirror of
https://github.com/opentx/opentx.git
synced 2025-07-18 22:05:10 +03:00
Delta char for symlimits on ARM
This commit is contained in:
parent
e9035d3649
commit
d4b7ef433a
1 changed files with 4 additions and 0 deletions
|
@ -3990,7 +3990,11 @@ void menuModelLimits(uint8_t event)
|
|||
|
||||
#if defined(PPM_LIMITS_SYMETRICAL)
|
||||
case ITEM_LIMITS_SYMETRICAL:
|
||||
#if defined(CPUARM)
|
||||
lcd_putcAtt(LCD_W-FW-MENUS_SCROLLBAR_WIDTH, y, ld->symetrical ? '=' : '\306', attr);
|
||||
#else
|
||||
lcd_putcAtt(LCD_W-FW-MENUS_SCROLLBAR_WIDTH, y, ld->symetrical ? '=' : '^', attr);
|
||||
#endif
|
||||
if (active) {
|
||||
CHECK_INCDEC_MODELVAR_ZERO(event, ld->symetrical, 1);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue