AF/EON pagenumber was not visible

This commit is contained in:
Sjef Verhoeven PE5PVB
2023-10-15 13:28:28 +02:00
parent 6ae0cac264
commit e203f8b0b4

View File

@@ -951,7 +951,7 @@ void ShowAFEON() {
RadiotextSprite.fillSprite(BackgroundColor);
RadiotextSprite.setTextColor(ActiveColor, ActiveColorSmooth, false);
RadiotextSprite.drawString(String(myLanguage[language][93]) + " - " + String(myLanguage[language][204]) + ": " + AIDString, xPos, 2);
RadiotextSprite.pushSprite(38, 220);
RadiotextSprite.pushSprite(5, 220);
}
}
}