Move AUTO BW icon 1px left
This commit is contained in:
+4
-4
@@ -3474,14 +3474,14 @@ void doSquelch() {
|
|||||||
void updateBW() {//todo air
|
void updateBW() {//todo air
|
||||||
if (BWset == 0) {
|
if (BWset == 0) {
|
||||||
if (!screenmute && !advancedRDS && !afscreen) {
|
if (!screenmute && !advancedRDS && !afscreen) {
|
||||||
tft.drawRoundRect(248, 35, 71, 20, 5, ActiveColor);
|
tft.drawRoundRect(247, 35, 71, 20, 5, ActiveColor);
|
||||||
tftPrint(0, "AUTO BW", 283, 38, ActiveColor, ActiveColorSmooth, 16);
|
tftPrint(0, "AUTO BW", 282, 38, ActiveColor, ActiveColorSmooth, 16);
|
||||||
}
|
}
|
||||||
radio.setFMABandw();
|
radio.setFMABandw();
|
||||||
} else {
|
} else {
|
||||||
if (!screenmute && !advancedRDS && !afscreen) {
|
if (!screenmute && !advancedRDS && !afscreen) {
|
||||||
tft.drawRoundRect(248, 35, 71, 20, 5, GreyoutColor);
|
tft.drawRoundRect(247, 35, 71, 20, 5, GreyoutColor);
|
||||||
tftPrint(0, "AUTO BW", 283, 38, GreyoutColor, BackgroundColor, 16);
|
tftPrint(0, "AUTO BW", 282, 38, GreyoutColor, BackgroundColor, 16);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user