Show RDS dropout after undo screenmute
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user