refresh on boot

This commit is contained in:
Siwat Sirichai 2024-03-18 02:26:49 +07:00
parent 6c8ac2de0c
commit 03f08be184
1 changed files with 1 additions and 0 deletions

View File

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