Update guiMemoryOptimizer.h

Added 2 functions to assist in updating widgets after a new MQTT message
This commit is contained in:
JustMe-NL 2024-04-06 11:14:12 +02:00 committed by GitHub
parent 7aab613eba
commit e7c81cd5f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,3 +2,5 @@
void gui_memoryOptimizer_prepare_startup();
void gui_memoryOptimizer_doAfterSliding_deletionAndCreation(lv_obj_t** tabview, int oldTabID, int newTabID, bool newGuiList, lv_obj_t** panel, lv_obj_t** img1, lv_obj_t** img2);
bool checkTabActive(std::string tabName);
bool checkTabinMemory(std::string tabName);