minor fixes

This commit is contained in:
Gabor Kiss-Vamosi
2021-03-25 19:59:23 +01:00
parent 35c55291e3
commit 63bc72e53a
10 changed files with 54 additions and 37 deletions

View File

@@ -33,5 +33,6 @@ void lv_example_btn_1(void)
label = lv_label_create(btn2);
lv_label_set_text(label, "Toggle");
lv_obj_center(label);
lv_label_set_text(label, "Togglasdasasdasdase");
}
#endif