Show RDS dropout after undo screenmute

This commit is contained in:
Sjef Verhoeven PE5PVB
2024-06-21 14:21:43 +02:00
parent d4ec70720d
commit 58ea8ec3ee
+1
View File
@@ -4143,6 +4143,7 @@ void MuteScreen(bool setting) {
if (!setting && screenmute) { if (!setting && screenmute) {
screenmute = false; screenmute = false;
setupmode = true; setupmode = true;
leave = true;
tft.writecommand(0x11); tft.writecommand(0x11);
analogWrite(CONTRASTPIN, map(ContrastSet, 0, 100, 15, 255)); analogWrite(CONTRASTPIN, map(ContrastSet, 0, 100, 15, 255));
if (band < BAND_GAP) { if (band < BAND_GAP) {