rework widgets, refactoring, fixes

This commit is contained in:
Gabor Kiss-Vamosi
2021-02-07 12:37:37 +01:00
parent 2cae4a27c1
commit 063d17d842
53 changed files with 629 additions and 673 deletions

View File

@@ -26,6 +26,7 @@ void lv_keyboard_example_1(void)
ta = lv_textarea_create(lv_scr_act(), NULL);
lv_obj_align(ta, NULL, LV_ALIGN_IN_TOP_LEFT, 10, 10);
lv_obj_add_event_cb(ta, ta_event_cb, kb);
lv_textarea_set_placeholder_text(ta, "Hello");
ta = lv_textarea_create(lv_scr_act(), NULL);
lv_obj_align(ta, NULL, LV_ALIGN_IN_TOP_RIGHT, -10, 10);