Fixed bug RDS logo stayed on screen when using seek function
This commit is contained in:
+4
-1
@@ -3027,7 +3027,10 @@ void EdgeBeeper() {
|
||||
void Seek(bool mode) {
|
||||
if (band < BAND_GAP) {
|
||||
radio.setMute();
|
||||
if (!screenmute) tft.drawBitmap(92, 4, Speaker, 26, 22, PrimaryColor);
|
||||
if (!screenmute) {
|
||||
tft.drawBitmap(92, 4, Speaker, 26, 22, PrimaryColor);
|
||||
ShowRDSLogo(false);
|
||||
}
|
||||
if (!mode) TuneDown(); else TuneUp();
|
||||
delay(50);
|
||||
ShowFreq(0);
|
||||
|
||||
Reference in New Issue
Block a user