Home
last modified time | relevance | path

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

/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_home.c295 lv_obj_t * face_preview = lv_image_create(face_item); in lv_demo_smartwatch_add_watchface() local
296 lv_image_set_src(face_preview, src); in lv_demo_smartwatch_add_watchface()
297 lv_obj_set_width(face_preview, LV_SIZE_CONTENT); in lv_demo_smartwatch_add_watchface()
298 lv_obj_set_height(face_preview, LV_SIZE_CONTENT); in lv_demo_smartwatch_add_watchface()
299 lv_obj_set_align(face_preview, LV_ALIGN_TOP_MID); in lv_demo_smartwatch_add_watchface()
300 lv_obj_add_flag(face_preview, LV_OBJ_FLAG_ADV_HITTEST); in lv_demo_smartwatch_add_watchface()
301 lv_obj_remove_flag(face_preview, LV_OBJ_FLAG_SCROLLABLE); in lv_demo_smartwatch_add_watchface()