Font updates, i2s mod, add extra space in radiotext ticker

This commit is contained in:
Sjef Verhoeven PE5PVB
2024-02-18 00:40:50 +01:00
parent c1a2a4557e
commit b8b54193d6
5 changed files with 8478 additions and 8507 deletions
+1 -1
View File
@@ -699,7 +699,7 @@ void showRadioText() {
if (!screenmute) {
if (radio.rds.hasRT && radio.rds.stationText.length() > 0) {
if (String(radio.rds.stationText + radio.rds.stationText32).length() != Radiotextlengthold) {
RadiotextWidth = String(radio.rds.stationText + " " + radio.rds.stationText32).length() * charwidth;
RadiotextWidth = (String(radio.rds.stationText + " " + radio.rds.stationText32).length() * charwidth) + 3 * charwidth;
Radiotextlengthold = String(radio.rds.stationText + radio.rds.stationText32).length();
}
if (advancedRDS && radio.rds.stationText.length() < 20) {