Searched refs:face_label (Results 1 – 1 of 1) sorted by relevance
303 lv_obj_t * face_label = lv_label_create(face_item); in lv_demo_smartwatch_add_watchface() local304 lv_obj_set_width(face_label, 160); in lv_demo_smartwatch_add_watchface()305 lv_obj_set_height(face_label, LV_SIZE_CONTENT); in lv_demo_smartwatch_add_watchface()306 lv_obj_set_align(face_label, LV_ALIGN_BOTTOM_MID); in lv_demo_smartwatch_add_watchface()307 lv_label_set_long_mode(face_label, LV_LABEL_LONG_DOT); in lv_demo_smartwatch_add_watchface()308 lv_label_set_text(face_label, name); in lv_demo_smartwatch_add_watchface()309 lv_obj_set_style_text_align(face_label, LV_TEXT_ALIGN_CENTER, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_add_watchface()310 lv_obj_set_style_text_font(face_label, &lv_font_montserrat_16, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_add_watchface()