You've already forked TEF6686_ESP32
Fixed CT glitching
This commit is contained in:
@@ -303,9 +303,9 @@ void readRds() {
|
||||
}
|
||||
if (radio.rds.hasCT) {
|
||||
if (advancedRDS) {
|
||||
tftReplace(1, rds_clockold, rds_clock, 205, 109, SecondaryColor, SecondaryColorSmooth, 16);
|
||||
tftPrint(1, rds_clockold, 205, 109, SecondaryColor, SecondaryColorSmooth, 16);
|
||||
} else {
|
||||
tftReplace(1, rds_clockold, rds_clock, 205, 163, SecondaryColor, SecondaryColorSmooth, 16);
|
||||
tftPrint(1, rds_clockold, 205, 163, SecondaryColor, SecondaryColorSmooth, 16);
|
||||
}
|
||||
}
|
||||
dropout = true;
|
||||
@@ -333,9 +333,9 @@ void readRds() {
|
||||
}
|
||||
if (radio.rds.hasCT) {
|
||||
if (advancedRDS) {
|
||||
tftReplace(1, rds_clockold, rds_clock, 205, 109, PrimaryColor, PrimaryColorSmooth, 16);
|
||||
tftPrint(1, rds_clockold, 205, 109, PrimaryColor, PrimaryColorSmooth, 16);
|
||||
} else {
|
||||
tftReplace(1, rds_clockold, rds_clock, 205, 163, PrimaryColor, PrimaryColorSmooth, 16);
|
||||
tftPrint(1, rds_clockold, 205, 163, PrimaryColor, PrimaryColorSmooth, 16);
|
||||
}
|
||||
}
|
||||
dropout = false;
|
||||
|
||||
Reference in New Issue
Block a user