better scroll hold, and make everything use the class
This commit is contained in:
+4
-6
@@ -204,8 +204,6 @@ int Squelchold;
|
||||
int SStatusold;
|
||||
int Stereostatus;
|
||||
int XDRBWset;
|
||||
int xPos;
|
||||
int xPos2;
|
||||
int16_t OStatus;
|
||||
int16_t SAvg;
|
||||
int16_t SAvg2;
|
||||
@@ -312,8 +310,6 @@ unsigned long ModulationpeakPreviousMillis;
|
||||
unsigned long NTPtimer;
|
||||
unsigned long peakholdmillis;
|
||||
unsigned long processed_rdsblocksold[33];
|
||||
unsigned long pslongticker;
|
||||
unsigned long pslongtickerhold;
|
||||
unsigned long rtticker;
|
||||
unsigned long rttickerhold;
|
||||
unsigned long rotarytimer;
|
||||
@@ -351,7 +347,9 @@ WiFiClient RemoteClient;
|
||||
WiFiUDP Udp;
|
||||
WebServer webserver(80);
|
||||
|
||||
ScrollingTextDisplay rtplusDisplay(&GeneralTextSprite, 147, 173, 19);
|
||||
ScrollingTextDisplay eonDisplay(&GeneralTextSprite, 174, 173, 19);
|
||||
ScrollingTextDisplay aidDisplay(&FullLineSprite, 220, 270, 5);
|
||||
ScrollingTextDisplay lpsDisplay(&PSSprite, 0, 150);
|
||||
ScrollingTextDisplay rtplusDisplay(&GeneralTextSprite, 147, 173, 35, 19);
|
||||
ScrollingTextDisplay eonDisplay(&GeneralTextSprite, 174, 173, 35, 19);
|
||||
ScrollingTextDisplay eccDisplay(&FullLineSprite, 198, 270);
|
||||
ScrollingTextDisplay rtDisplay(&FullLineSprite, 220, 270);
|
||||
Reference in New Issue
Block a user