Fix frozen stereo symbol on MEM tune
This commit is contained in:
@@ -1749,6 +1749,10 @@ void doStereoToggle() {
|
|||||||
if (!screenmute) {
|
if (!screenmute) {
|
||||||
tft.drawSmoothCircle(71, 15, 10, BackgroundColor, BackgroundColor);
|
tft.drawSmoothCircle(71, 15, 10, BackgroundColor, BackgroundColor);
|
||||||
tft.drawSmoothCircle(71, 15, 9, BackgroundColor, BackgroundColor);
|
tft.drawSmoothCircle(71, 15, 9, BackgroundColor, BackgroundColor);
|
||||||
|
tft.drawSmoothCircle(66, 15, 10, GreyoutColor, BackgroundColor);
|
||||||
|
tft.drawSmoothCircle(66, 15, 9, GreyoutColor, BackgroundColor);
|
||||||
|
tft.drawSmoothCircle(76, 15, 10, GreyoutColor, BackgroundColor);
|
||||||
|
tft.drawSmoothCircle(76, 15, 9, GreyoutColor, BackgroundColor);
|
||||||
}
|
}
|
||||||
radio.setMono(false);
|
radio.setMono(false);
|
||||||
Stereostatusold = false;
|
Stereostatusold = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user