Home
last modified time | relevance | path

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

/lvgl-3.5.0/demos/widgets/
Dlv_demo_widgets.c205 lv_obj_t * panel1 = lv_obj_create(parent); in profile_create() local
206 lv_obj_set_height(panel1, LV_SIZE_CONTENT); in profile_create()
209 lv_obj_t * avatar = lv_img_create(panel1); in profile_create()
212 lv_obj_t * name = lv_label_create(panel1); in profile_create()
216 lv_obj_t * dsc = lv_label_create(panel1); in profile_create()
221 lv_obj_t * email_icn = lv_label_create(panel1); in profile_create()
225 lv_obj_t * email_label = lv_label_create(panel1); in profile_create()
228 lv_obj_t * call_icn = lv_label_create(panel1); in profile_create()
232 lv_obj_t * call_label = lv_label_create(panel1); in profile_create()
235 lv_obj_t * log_out_btn = lv_btn_create(panel1); in profile_create()
[all …]