Fixed wrong color of PI and ID in RDS America mode

This commit is contained in:
Sjef Verhoeven PE5PVB
2023-11-30 10:35:44 +01:00
parent a571bb6f91
commit 7a527759f7

View File

@@ -434,7 +434,7 @@ void showPI() {
}
}
if (region == REGION_US) {
if (RDSstatus) {
if (!RDSstatus) {
if (String(radio.rds.picode) != PIold) tftReplace(-1, PIold, radio.rds.picode, 240, 184, SecondaryColor, SecondaryColorSmooth, 16);
tftReplace(-1, stationIDold, radio.rds.stationID, 240, 201, SecondaryColor, SecondaryColorSmooth, 16);
} else {