Added RDS quality bar

This commit is contained in:
Sjef Verhoeven PE5PVB
2024-02-11 22:16:51 +01:00
parent 791eea7ff9
commit f03328b842
3 changed files with 98 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ extern bool afpage;
extern bool afscreen;
extern bool aftest;
extern bool artheadold;
extern bool BWreset;
extern bool compressedold;
extern bool clearrds;
extern bool dropout;
@@ -49,6 +50,7 @@ extern byte licold;
extern byte MSold;
extern byte eonptyold[20];
extern byte rdsblockold;
extern byte rdsqualityold;
extern byte region;
extern byte stationlistid;
extern char eonpicodeold[20][6];
@@ -56,6 +58,8 @@ extern char programTypePrevious[18];
extern int ActiveColor;
extern int ActiveColorSmooth;
extern int BackgroundColor;
extern int BarSignificantColor;
extern int BarInsignificantColor;
extern int BWAutoColor;
extern int BWAutoColorSmooth;
extern int GreyoutColor;
@@ -75,6 +79,7 @@ extern int xPos;
extern int xPos2;
extern int xPos3;
extern int xPos4;
extern int16_t SAvg3;
extern IPAddress remoteip;
extern String AIDString;
extern String ECColdtxt;
@@ -126,6 +131,7 @@ void showPS();
void showRadioText();
void ShowAFEON();
void showCT();
void ShowErrors();
extern void ShowRDSLogo(bool RDSstatus);
extern void DataPrint(String string);