You've already forked TEF6686_ESP32
Fixed Theme
This commit is contained in:
@@ -3061,7 +3061,7 @@ void KeyDown() {
|
|||||||
switch (menuoption) {
|
switch (menuoption) {
|
||||||
case 30:
|
case 30:
|
||||||
CurrentTheme --;
|
CurrentTheme --;
|
||||||
if (CurrentTheme > 10) CurrentTheme = 9;
|
if (CurrentTheme > 10) CurrentTheme = 10;
|
||||||
doTheme();
|
doTheme();
|
||||||
tft.drawRoundRect(10, 30, 300, 170, 5, ActiveColor);
|
tft.drawRoundRect(10, 30, 300, 170, 5, ActiveColor);
|
||||||
tft.fillRoundRect(12, 32, 296, 166, 5, BackgroundColor);
|
tft.fillRoundRect(12, 32, 296, 166, 5, BackgroundColor);
|
||||||
|
|||||||
Reference in New Issue
Block a user