mirror of
https://github.com/justcallmekoko/ESP32Marauder.git
synced 2025-12-21 23:00:51 -08:00
Fix button icon color on scroll
This commit is contained in:
@@ -883,7 +883,7 @@ void MenuFunctions::main(uint32_t currentTime)
|
||||
menu_icons[current_menu->list->get(b).icon],
|
||||
ICON_W,
|
||||
ICON_H,
|
||||
current_menu->list->get(b).color,
|
||||
this->getColor(current_menu->list->get(b).color),
|
||||
TFT_BLACK);
|
||||
}
|
||||
|
||||
@@ -903,7 +903,7 @@ void MenuFunctions::main(uint32_t currentTime)
|
||||
ICON_W,
|
||||
ICON_H,
|
||||
TFT_BLACK,
|
||||
current_menu->list->get(b).color);
|
||||
this->getColor(current_menu->list->get(b).color));
|
||||
}
|
||||
|
||||
display_obj.tft.setFreeFont(NULL);
|
||||
|
||||
Reference in New Issue
Block a user