From 792902c48edcae39e4cacbb57d74ac0dc0e512e9 Mon Sep 17 00:00:00 2001 From: Sjef Verhoeven PE5PVB Date: Tue, 26 Dec 2023 00:47:21 +0100 Subject: [PATCH] Redo --- src/rds.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/rds.cpp b/src/rds.cpp index 9d0718d..0580b25 100644 --- a/src/rds.cpp +++ b/src/rds.cpp @@ -79,7 +79,7 @@ void ShowAdvancedRDS() { } } else { xPos2 --; - afticker = millis(); + aftickerhold = millis(); } if (xPos2 < -tft.textWidth(afstring) + (charWidth * 14)) xPos2 = 0; RDSSprite.fillSprite(BackgroundColor); @@ -106,7 +106,7 @@ void ShowAdvancedRDS() { } } else { xPos3 --; - eonticker = millis(); + eontickerhold = millis(); } if (xPos3 < -tft.textWidth(eonstring) + (charWidth * 14)) xPos3 = 0; RDSSprite.fillSprite(BackgroundColor); @@ -134,7 +134,7 @@ void ShowAdvancedRDS() { } } else { xPos4 --; - rtplusticker = millis(); + rtplustickerhold = millis(); } if (xPos4 < -tft.textWidth(rtplusstring) + (charWidth * 14)) xPos4 = 0; RDSSprite.fillSprite(BackgroundColor); @@ -582,7 +582,7 @@ void showRadioText() { } } else { xPos --; - rtticker = millis(); + rttickerhold = millis(); } if (advancedRDS) { if (xPos < -tft.textWidth(radio.rds.stationText + " " + radio.rds.stationText32) + (charWidth * 10)) xPos = 0; @@ -802,7 +802,7 @@ void ShowAFEON() { } } else { xPos --; - rtticker = millis(); + rttickerhold = millis(); } if (xPos < -tft.textWidth(String(myLanguage[language][93]) + " - " + String(myLanguage[language][204]) + ": " + AIDString) + (charWidth * 14)) xPos = 0; RadiotextSprite.fillSprite(BackgroundColor);