Home
last modified time | relevance | path

Searched refs:panel1 (Results 1 – 1 of 1) sorted by relevance

/lvgl-3.4.0/demos/widgets/
Dlv_demo_widgets.c200 lv_obj_t * panel1 = lv_obj_create(parent); in profile_create() local
201 lv_obj_set_height(panel1, LV_SIZE_CONTENT); in profile_create()
204 lv_obj_t * avatar = lv_img_create(panel1); in profile_create()
207 lv_obj_t * name = lv_label_create(panel1); in profile_create()
211 lv_obj_t * dsc = lv_label_create(panel1); in profile_create()
216 lv_obj_t * email_icn = lv_label_create(panel1); in profile_create()
220 lv_obj_t * email_label = lv_label_create(panel1); in profile_create()
223 lv_obj_t * call_icn = lv_label_create(panel1); in profile_create()
227 lv_obj_t * call_label = lv_label_create(panel1); in profile_create()
230 lv_obj_t * log_out_btn = lv_btn_create(panel1); in profile_create()
[all …]