Home
last modified time | relevance | path

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

/lvgl-latest/demos/widgets/
Dlv_demo_widgets.c223 lv_obj_t * panel1 = lv_obj_create(parent); in profile_create() local
224 lv_obj_set_height(panel1, LV_SIZE_CONTENT); in profile_create()
227 lv_obj_t * avatar = lv_img_create(panel1); in profile_create()
230 lv_obj_t * name = lv_label_create(panel1); in profile_create()
234 lv_obj_t * dsc = lv_label_create(panel1); in profile_create()
239 lv_obj_t * email_icn = lv_label_create(panel1); in profile_create()
243 lv_obj_t * email_label = lv_label_create(panel1); in profile_create()
246 lv_obj_t * call_icn = lv_label_create(panel1); in profile_create()
250 lv_obj_t * call_label = lv_label_create(panel1); in profile_create()
253 lv_obj_t * log_out_btn = lv_btn_create(panel1); in profile_create()
[all …]