new layout

This commit is contained in:
2026-08-02 13:27:07 +02:00
parent cc1efb8d43
commit fdb71bb3c6
2 changed files with 28 additions and 8 deletions
+1
View File
@@ -38,6 +38,7 @@ struct Screen {
void show() {
if (!created) create();
lv_screen_load(root);
lv_indev_reset(NULL, root);
refresh();
}