You've already forked TEF6686_ESP32
Fixed wrong color of PI and ID in RDS America mode
This commit is contained in:
@@ -434,7 +434,7 @@ void showPI() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (region == REGION_US) {
|
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);
|
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);
|
tftReplace(-1, stationIDold, radio.rds.stationID, 240, 201, SecondaryColor, SecondaryColorSmooth, 16);
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user