Fix for continious scrolling

This commit is contained in:
Sjef Verhoeven PE5PVB
2024-02-11 20:45:09 +01:00
parent 1ab089d11d
commit 791eea7ff9
3 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -130,6 +130,7 @@ byte batteryoptionsold;
byte BWset;
byte BWsetAM;
byte BWsetFM;
byte charwidth = 8;
#ifdef CHINA_PORTABLE
byte hardwaremodel = PORTABLE_ILI9341;
#else
@@ -247,7 +248,6 @@ int Squelch;
int Squelchold;
int SStatusold;
int Stereostatus;
int TickerSpace = tft.textWidth("AA");
int volume;
int XDRBWset;
int XDRBWsetold;