Fix display mis-match of iMS EQ

Y mis-match of iMS and EQ with updateiMS() and updateEQ()
This commit is contained in:
kevin
2023-06-15 10:48:24 +08:00
parent 686eb92879
commit 05b1f4a5f0

View File

@@ -673,10 +673,10 @@ void SelectBand() {
tft.drawBitmap(110, 5, RDSLogo, 67, 22, TFT_GREYOUT);
tft.drawRoundRect(249, 56, 30, 20, 5, TFT_GREYOUT);
tft.setTextColor(TFT_GREYOUT);
tft.drawCentreString("iMS", 265, 58, GFXFF);
tft.drawCentreString("iMS", 265, 54, GFXFF);
tft.drawRoundRect(287, 56, 30, 20, 5, TFT_GREYOUT);
tft.setTextColor(TFT_GREYOUT);
tft.drawCentreString("EQ", 303, 58, GFXFF);
tft.drawCentreString("EQ", 303, 54, GFXFF);
} else {
LowLevelInit == false;
BWreset = true;