Skip to content

Commit 013307e

Browse files
committed
Remove all artifacts from the splash screen (Arduino logo) after the splash screen was shown.
1 parent 2e256cf commit 013307e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Braccio.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ void BraccioClass::splashScreen(int duration) {
215215
delay(10);
216216
}
217217
lv_obj_del(img);
218+
lv_obj_clean(lv_scr_act());
218219
}
219220

220221
void BraccioClass::defaultMenu() {

0 commit comments

Comments
 (0)