Dropout colors on memory channel PI and PS fixed

This commit is contained in:
Sjef Verhoeven PE5PVB
2024-04-12 15:16:15 +02:00
parent e202415dc8
commit 377d59d841
3 changed files with 7 additions and 2 deletions
+2 -1
View File
@@ -360,7 +360,7 @@ void readRds() {
dropout = true;
}
} else {
if (dropout) {
if (dropout || memreset) {
if (region == REGION_EU) {
if (advancedRDS) {
tftPrint(0, PIold, 275, 75, RDSColor, RDSColorSmooth, 28);
@@ -450,6 +450,7 @@ void readRds() {
}
}
dropout = false;
memreset = false;
}
}
if (CurrentSkin == 1 && !advancedRDS && !afscreen && !screenmute) {