edgetx
edgetx copied to clipboard
chore(bw): tidy up Radio Setup menu
Summary of changes:
- Indent the 'Mode' label in the 'Sound' section.
- Move the 'Contrast' setting to be directly under the 'Brightness' setting in the 'Backlight section'.
- Indent the 'Contrast setting.
Very nice!
I think we should move away from the indent been part of the translation string and use INDENT_WIDTH or similar in lcdDrawText() instead. It helps a lot when you have to resue that word
I think we should move away from the indent been part of the translation string and use INDENT_WIDTH or similar in lcdDrawText() instead. It helps a lot when you have to resue that word
I've cleaned up the usage of the INDENT macro in the code and replaced it with INDENT_WIDTH. Cleaning up all the translation strings is a big job and probably something for another PR.
Clearly, one step at a time!
GRAPHICS
was another 9x legacy define... so good riddance!