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