mirror of
https://github.com/opentx/opentx.git
synced 2025-07-18 22:05:10 +03:00
BOLD FONT
added Bold font definitions MIXER: active mix weight is BOLDed instead of source, because we now have no international Bold definitions. Bolded numbers are wider than before, but it seems it can fit.
This commit is contained in:
parent
bddfa3938a
commit
4a6acab3c9
8 changed files with 48 additions and 27 deletions
|
@ -3559,9 +3559,9 @@ void menuModelExpoMix(uint8_t expo, uint8_t event)
|
|||
|
||||
if (mixCnt > 0) lcd_putsiAtt(FW, y, STR_VMLTPX2, md->mltpx, 0);
|
||||
|
||||
putsMixerSource(MIX_LINE_SRC_POS, y, md->srcRaw, isMixActive(i) ? BOLD : 0);
|
||||
putsMixerSource(MIX_LINE_SRC_POS, y, md->srcRaw, 0);
|
||||
|
||||
gvarWeightItem(MIX_LINE_WEIGHT_POS, y, md, attr, event);
|
||||
gvarWeightItem(MIX_LINE_WEIGHT_POS, y, md, attr | (isMixActive(i) ? BOLD : 0), event);
|
||||
|
||||
#if LCD_W >= 212
|
||||
displayFlightModes(EXPO_LINE_FM_POS, y, md->phases);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue