You've already forked TEF6686_ESP32
Fix add missing iMS&EQ on AM bands
This commit is contained in:
@@ -4204,8 +4204,11 @@ void BuildDisplay() {
|
||||
|
||||
if (band < BAND_GAP) tftPrint(-1, "MHz", 258, 76, ActiveColor, ActiveColorSmooth, FONT28); else tftPrint(-1, "kHz", 258, 76, ActiveColor, ActiveColorSmooth, FONT28);
|
||||
|
||||
tft.drawRoundRect(249, 56, 30, 20, 5, GreyoutColor);
|
||||
tft.drawRoundRect(287, 56, 30, 20, 5, GreyoutColor);
|
||||
tft.drawRoundRect(248, 56, 32, 20, 5, GreyoutColor);
|
||||
if (band > BAND_GAP) tftPrint(0, "iMS", 265, 59, GreyoutColor, BackgroundColor, FONT16);
|
||||
tft.drawRoundRect(286, 56, 32, 20, 5, GreyoutColor);
|
||||
if (band > BAND_GAP) tftPrint(0, "EQ", 303, 59, GreyoutColor, BackgroundColor, FONT16);
|
||||
|
||||
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