Added endless scrolling in tickers

This commit is contained in:
Sjef Verhoeven PE5PVB
2024-01-26 23:58:10 +01:00
parent 824994fffb
commit de83b31f4e
5 changed files with 90 additions and 24 deletions
+1 -1
View File
@@ -206,7 +206,6 @@ int BWAutoColor;
int BWAutoColorSmooth;
int BWOld;
int bwupdatetimer;
int charWidth = tft.textWidth("AA");
int DeEmphasis;
int ForceMono;
int FrameColor;
@@ -248,6 +247,7 @@ int Squelch;
int Squelchold;
int SStatusold;
int Stereostatus;
int TickerSpace = tft.textWidth("AA");
int volume;
int XDRBWset;
int XDRBWsetold;