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()