hardware driver separation

This commit is contained in:
sharandac
2020-08-26 14:32:11 +02:00
parent 2b33f61b32
commit c335328ab4
20 changed files with 207 additions and 52 deletions

View File

@@ -82,5 +82,6 @@ void splash_screen_stage_finish( TTGOClass *ttgo ) {
delay(1);
}
lv_obj_del( preload );
lv_obj_del( preload_label );
lv_task_handler();
}