diff --git a/TEF6686_ESP32.ino b/TEF6686_ESP32.ino index 2ec9b4d..7f34d2d 100644 --- a/TEF6686_ESP32.ino +++ b/TEF6686_ESP32.ino @@ -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;