Fix frozen stereo symbol on MEM tune

This commit is contained in:
Sjef Verhoeven PE5PVB
2023-10-30 13:34:04 +01:00
parent d9d862389a
commit d8ecc59e36
+4
View File
@@ -1749,6 +1749,10 @@ void doStereoToggle() {
if (!screenmute) {
tft.drawSmoothCircle(71, 15, 10, 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);
Stereostatusold = false;