Fux showing PS in AM when tuning
This commit is contained in:
+1
-1
@@ -1112,7 +1112,7 @@ void GetData() {
|
||||
ShowSignalLevel();
|
||||
}
|
||||
|
||||
if (!menu && (band < BAND_GAP || tunemode == TUNE_MEM)) showPS();
|
||||
if (!menu) showPS();
|
||||
|
||||
if (band < BAND_GAP && !menu) {
|
||||
if (advancedRDS && !afscreen && !screenmute) ShowAdvancedRDS();
|
||||
|
||||
+1
-1
@@ -723,7 +723,7 @@ void showPS() {
|
||||
} else {
|
||||
xPos5 = 0;
|
||||
PSSprite.fillSprite(BackgroundColor);
|
||||
if (!RDSstatus) PSSprite.setTextColor(RDSDropoutColor, RDSDropoutColorSmooth, false); else PSSprite.setTextColor(RDSColor, RDSColorSmooth, false);
|
||||
if (!RDSstatus || band > BAND_GAP) PSSprite.setTextColor(RDSDropoutColor, RDSDropoutColorSmooth, false); else PSSprite.setTextColor(RDSColor, RDSColorSmooth, false);
|
||||
PSSprite.drawString(radio.rds.stationName, 0, 0);
|
||||
}
|
||||
if (advancedRDS) PSSprite.pushSprite(36, 74); else PSSprite.pushSprite(36, 187);
|
||||
|
||||
Reference in New Issue
Block a user