Fix no outside round rect

Toggle theme, the outside round rect of iMS and EQ disappeared. Fixed.
This commit is contained in:
kevin
2023-07-15 00:12:41 +08:00
parent 2706e30701
commit 8ff2457a99

View File

@@ -4009,6 +4009,9 @@ void BuildDisplay() {
tft.drawString("kHz", 225, -5, GFXFF);
tft.setTextColor(ActiveColor);
if (band == BAND_FM) tft.drawString("MHz", 258, 67, GFXFF); else tft.drawString("kHz", 258, 67, GFXFF);
tft.drawRoundRect(249, 56, 30, 20, 5, GreyoutColor);
tft.drawRoundRect(287, 56, 30, 20, 5, GreyoutColor);
tft.drawCircle(81, 15, 10, GreyoutColor);
tft.drawCircle(81, 15, 9, GreyoutColor);
tft.drawCircle(91, 15, 10, GreyoutColor);