Searched refs:panel2 (Results 1 – 1 of 1) sorted by relevance
255 lv_obj_t * panel2 = lv_obj_create(parent); in profile_create() local256 lv_obj_set_height(panel2, LV_SIZE_CONTENT); in profile_create()258 lv_obj_t * panel2_title = lv_label_create(panel2); in profile_create()262 lv_obj_t * user_name_label = lv_label_create(panel2); in profile_create()266 lv_obj_t * user_name = lv_textarea_create(panel2); in profile_create()271 lv_obj_t * password_label = lv_label_create(panel2); in profile_create()275 lv_obj_t * password = lv_textarea_create(panel2); in profile_create()281 lv_obj_t * gender_label = lv_label_create(panel2); in profile_create()285 lv_obj_t * gender = lv_dropdown_create(panel2); in profile_create()288 lv_obj_t * birthday_label = lv_label_create(panel2); in profile_create()[all …]