Searched refs:face_item (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/demos/smartwatch/ |
D | lv_demo_smartwatch_home.c | 276 lv_obj_t * face_item = lv_obj_create(face_select); in lv_demo_smartwatch_add_watchface() local 277 lv_obj_set_width(face_item, 160); in lv_demo_smartwatch_add_watchface() 278 lv_obj_set_height(face_item, 180); in lv_demo_smartwatch_add_watchface() 279 lv_obj_set_align(face_item, LV_ALIGN_CENTER); in lv_demo_smartwatch_add_watchface() 280 lv_obj_remove_flag(face_item, LV_OBJ_FLAG_SCROLLABLE); in lv_demo_smartwatch_add_watchface() 281 lv_obj_remove_flag(face_item, LV_OBJ_FLAG_SCROLL_ONE); in lv_demo_smartwatch_add_watchface() 282 lv_obj_set_style_radius(face_item, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_add_watchface() 283 lv_obj_set_style_bg_color(face_item, lv_color_hex(0x000000), LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_add_watchface() 284 lv_obj_set_style_bg_opa(face_item, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_add_watchface() 285 lv_obj_set_style_border_width(face_item, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_add_watchface() [all …]
|