Searched refs:am_pm_label (Results 1 – 1 of 1) sorted by relevance
57 static lv_obj_t * am_pm_label; variable181 lv_label_set_text(am_pm_label, am_pm); in lv_demo_smartwatch_home_set_time()384 am_pm_label = lv_label_create(clock_screen); in create_screen_home()385 lv_obj_set_width(am_pm_label, LV_SIZE_CONTENT); in create_screen_home()386 lv_obj_set_height(am_pm_label, LV_SIZE_CONTENT); in create_screen_home()387 lv_obj_set_x(am_pm_label, 12); in create_screen_home()388 lv_obj_set_y(am_pm_label, 80); in create_screen_home()389 lv_obj_set_align(am_pm_label, LV_ALIGN_CENTER); in create_screen_home()390 lv_label_set_text(am_pm_label, "PM"); in create_screen_home()391 … lv_obj_set_style_text_font(am_pm_label, &lv_font_montserrat_20, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_home()