You've already forked TEF6686_ESP32
Fix no outside round rect
Toggle theme, the outside round rect of iMS and EQ disappeared. Fixed.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user