From 03f08be1843c6f8893ae8a02756cdc58763f384c Mon Sep 17 00:00:00 2001 From: Siwat Sirichai Date: Mon, 18 Mar 2024 02:26:49 +0700 Subject: [PATCH] refresh on boot --- src/cud_display.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cud_display.cpp b/src/cud_display.cpp index abcf251..90bbf55 100644 --- a/src/cud_display.cpp +++ b/src/cud_display.cpp @@ -45,6 +45,7 @@ void CUDDisplay::display_init() { // Set the display to the main screen this->jumpToPage(LCD_PAGE_ID_DASHBOARD); // Send the initial states to the display + this->refresh_display(); } bool CUDDisplay::get_lights_state()