This commit is contained in:
e2002
2022-12-08 17:52:23 +03:00
parent 3dc706c838
commit 1081cae041
8 changed files with 40 additions and 3 deletions

View File

@@ -47,6 +47,7 @@ void loopDspTask(void * pvParameters){
}
void Display::init() {
BOOTLOG("display.init");
#ifdef USE_NEXTION
nextion.begin();
#endif
@@ -62,6 +63,7 @@ void Display::init() {
while(!_bootStep==0) { delay(10); }
//_pager.begin();
//_bootScreen();
BOOTLOG("done");
}
void Display::_bootScreen(){