Home
last modified time | relevance | path

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

/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_home.c50 static lv_obj_t * clock_screen; variable
114 lv_demo_smartwatch_register_watchface_cb("Default", &img_digital_preview, &clock_screen, NULL); in lv_demo_smartwatch_home_create()
317 clock_screen = lv_obj_create(home_panel); in create_screen_home()
318 lv_obj_set_width(clock_screen, lv_pct(100)); in create_screen_home()
319 lv_obj_set_height(clock_screen, lv_pct(100)); in create_screen_home()
320 lv_obj_remove_flag(clock_screen, LV_OBJ_FLAG_SCROLLABLE); in create_screen_home()
321 … lv_obj_set_style_bg_color(clock_screen, lv_color_hex(0x000000), LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_home()
322 lv_obj_set_style_bg_opa(clock_screen, 255, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_home()
323 lv_obj_set_style_radius(clock_screen, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_home()
324 lv_obj_set_style_border_width(clock_screen, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_home()
[all …]