Skip to content

Commit d051912

Browse files
authored
Remove all artifacts from the splash screen (Arduino logo) after the splash screen was shown. (#16)
1 parent 3365ff6 commit d051912

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
@@ -228,6 +228,7 @@ void BraccioClass::splashScreen(int duration) {
228228
delay(10);
229229
}
230230
lv_obj_del(img);
231+
lv_obj_clean(lv_scr_act());
231232
}
232233

233234
void BraccioClass::defaultMenu() {

0 commit comments

Comments
 (0)