Fixed broken canvas in RT and AID ticker

This commit is contained in:
Sjef Verhoeven PE5PVB
2024-05-26 17:35:49 +02:00
parent 5254bfd348
commit af63e7c40d
3 changed files with 8 additions and 0 deletions

View File

@@ -2934,6 +2934,7 @@ void ShowFreq(int mode) {
ShowRDSLogo(false);
if (!advancedRDS) {
FullLineSprite.fillSprite(BackgroundColor);
FullLineSprite.drawLine(283, 0, 283, 19, FrameColor);
FullLineSprite.pushSprite(36, 220);
tft.fillCircle(314, 223, 2, GreyoutColor);
tft.fillCircle(314, 234, 2, GreyoutColor);