From 11509545d8967e52267521819ed213053b088c56 Mon Sep 17 00:00:00 2001 From: Sjef Verhoeven PE5PVB Date: Mon, 30 Oct 2023 21:29:53 +0100 Subject: [PATCH] Fix CT glitch --- src/rds.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rds.cpp b/src/rds.cpp index fe6fc10..20bbc46 100644 --- a/src/rds.cpp +++ b/src/rds.cpp @@ -303,9 +303,9 @@ void readRds() { } if (radio.rds.hasCT) { if (advancedRDS) { - tftPrint(1, rds_clock, 205, 109, SecondaryColor, SecondaryColorSmooth, 16); + tftReplace(1, rds_clockold, rds_clock, 205, 109, SecondaryColor, SecondaryColorSmooth, 16); } else { - tftPrint(1, rds_clock, 205, 163, SecondaryColor, SecondaryColorSmooth, 16); + tftReplace(1, rds_clockold, rds_clock, 205, 163, SecondaryColor, SecondaryColorSmooth, 16); } } dropout = true;