Fix CT glitch

This commit is contained in:
Sjef Verhoeven PE5PVB
2023-10-30 21:29:53 +01:00
parent dbe2d38a79
commit 11509545d8
+2 -2
View File
@@ -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;