Fix CT glitch
This commit is contained in:
+2
-2
@@ -303,9 +303,9 @@ void readRds() {
|
|||||||
}
|
}
|
||||||
if (radio.rds.hasCT) {
|
if (radio.rds.hasCT) {
|
||||||
if (advancedRDS) {
|
if (advancedRDS) {
|
||||||
tftPrint(1, rds_clock, 205, 109, SecondaryColor, SecondaryColorSmooth, 16);
|
tftReplace(1, rds_clockold, rds_clock, 205, 109, SecondaryColor, SecondaryColorSmooth, 16);
|
||||||
} else {
|
} else {
|
||||||
tftPrint(1, rds_clock, 205, 163, SecondaryColor, SecondaryColorSmooth, 16);
|
tftReplace(1, rds_clockold, rds_clock, 205, 163, SecondaryColor, SecondaryColorSmooth, 16);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
dropout = true;
|
dropout = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user