refresh on boot
This commit is contained in:
parent
6c8ac2de0c
commit
03f08be184
|
@ -45,6 +45,7 @@ void CUDDisplay::display_init() {
|
||||||
// Set the display to the main screen
|
// Set the display to the main screen
|
||||||
this->jumpToPage(LCD_PAGE_ID_DASHBOARD);
|
this->jumpToPage(LCD_PAGE_ID_DASHBOARD);
|
||||||
// Send the initial states to the display
|
// Send the initial states to the display
|
||||||
|
this->refresh_display();
|
||||||
}
|
}
|
||||||
|
|
||||||
bool CUDDisplay::get_lights_state()
|
bool CUDDisplay::get_lights_state()
|
||||||
|
|
Loading…
Reference in New Issue