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

View File

@@ -57,7 +57,6 @@ extern int ActiveColorSmooth;
extern int BackgroundColor;
extern int BWAutoColor;
extern int BWAutoColorSmooth;
extern int charWidth;
extern int GreyoutColor;
extern int InsignificantColor;
extern int InsignificantColorSmooth;
@@ -71,6 +70,7 @@ extern int SecondaryColor;
extern int SecondaryColorSmooth;
extern int SignificantColor;
extern int SignificantColorSmooth;
extern int TickerSpace;
extern int xPos;
extern int xPos2;
extern int xPos3;