Redo
This commit is contained in:
+5
-5
@@ -79,7 +79,7 @@ void ShowAdvancedRDS() {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
xPos2 --;
|
xPos2 --;
|
||||||
afticker = millis();
|
aftickerhold = millis();
|
||||||
}
|
}
|
||||||
if (xPos2 < -tft.textWidth(afstring) + (charWidth * 14)) xPos2 = 0;
|
if (xPos2 < -tft.textWidth(afstring) + (charWidth * 14)) xPos2 = 0;
|
||||||
RDSSprite.fillSprite(BackgroundColor);
|
RDSSprite.fillSprite(BackgroundColor);
|
||||||
@@ -106,7 +106,7 @@ void ShowAdvancedRDS() {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
xPos3 --;
|
xPos3 --;
|
||||||
eonticker = millis();
|
eontickerhold = millis();
|
||||||
}
|
}
|
||||||
if (xPos3 < -tft.textWidth(eonstring) + (charWidth * 14)) xPos3 = 0;
|
if (xPos3 < -tft.textWidth(eonstring) + (charWidth * 14)) xPos3 = 0;
|
||||||
RDSSprite.fillSprite(BackgroundColor);
|
RDSSprite.fillSprite(BackgroundColor);
|
||||||
@@ -134,7 +134,7 @@ void ShowAdvancedRDS() {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
xPos4 --;
|
xPos4 --;
|
||||||
rtplusticker = millis();
|
rtplustickerhold = millis();
|
||||||
}
|
}
|
||||||
if (xPos4 < -tft.textWidth(rtplusstring) + (charWidth * 14)) xPos4 = 0;
|
if (xPos4 < -tft.textWidth(rtplusstring) + (charWidth * 14)) xPos4 = 0;
|
||||||
RDSSprite.fillSprite(BackgroundColor);
|
RDSSprite.fillSprite(BackgroundColor);
|
||||||
@@ -582,7 +582,7 @@ void showRadioText() {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
xPos --;
|
xPos --;
|
||||||
rtticker = millis();
|
rttickerhold = millis();
|
||||||
}
|
}
|
||||||
if (advancedRDS) {
|
if (advancedRDS) {
|
||||||
if (xPos < -tft.textWidth(radio.rds.stationText + " " + radio.rds.stationText32) + (charWidth * 10)) xPos = 0;
|
if (xPos < -tft.textWidth(radio.rds.stationText + " " + radio.rds.stationText32) + (charWidth * 10)) xPos = 0;
|
||||||
@@ -802,7 +802,7 @@ void ShowAFEON() {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
xPos --;
|
xPos --;
|
||||||
rtticker = millis();
|
rttickerhold = millis();
|
||||||
}
|
}
|
||||||
if (xPos < -tft.textWidth(String(myLanguage[language][93]) + " - " + String(myLanguage[language][204]) + ": " + AIDString) + (charWidth * 14)) xPos = 0;
|
if (xPos < -tft.textWidth(String(myLanguage[language][93]) + " - " + String(myLanguage[language][204]) + ": " + AIDString) + (charWidth * 14)) xPos = 0;
|
||||||
RadiotextSprite.fillSprite(BackgroundColor);
|
RadiotextSprite.fillSprite(BackgroundColor);
|
||||||
|
|||||||
Reference in New Issue
Block a user