Fixed a small bug in GUI

This commit is contained in:
Sjef Verhoeven PE5PVB
2025-01-07 23:07:50 +01:00
parent af3787a89a
commit 14ffc003c5
2 changed files with 4 additions and 4 deletions

View File

@@ -2843,9 +2843,9 @@ void BuildDisplay() {
tft.drawLine(53, 30, 53, 0, FrameColor);
tft.drawLine(89, 30, 89, 0, FrameColor);
tft.drawLine(158, 30, 158, 0, FrameColor);
tft.drawLine(20, 114, 204, 114, Darkgrey);
tft.drawLine(16, 114, 202, 114, ActiveColor);
if (!showmodulation) tft.drawLine(20, 143, 204, 143, GreyoutColor); else tft.drawLine(20, 143, 204, 143, Darkgrey);
if (!showmodulation) tft.drawLine(16, 143, 202, 143, GreyoutColor); else tft.drawLine(16, 143, 202, 143, ActiveColor);
for (byte segments = 0; segments < 94; segments++) {
if (segments > 54) {
if (((segments - 53) % 10) == 0) {