Home
last modified time | relevance | path

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

/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_home.c59 static lv_obj_t * alert_panel; variable
393 alert_panel = lv_obj_create(clock_screen); in create_screen_home()
394 lv_obj_set_width(alert_panel, 200); in create_screen_home()
395 lv_obj_set_height(alert_panel, 55); in create_screen_home()
396 lv_obj_set_align(alert_panel, LV_ALIGN_CENTER); in create_screen_home()
397 lv_obj_add_flag(alert_panel, LV_OBJ_FLAG_HIDDEN); in create_screen_home()
398 lv_obj_remove_flag(alert_panel, LV_OBJ_FLAG_GESTURE_BUBBLE | LV_OBJ_FLAG_SCROLLABLE); in create_screen_home()
399 lv_obj_set_style_bg_color(alert_panel, lv_color_hex(0x000000), LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_home()
400 lv_obj_set_style_bg_opa(alert_panel, 240, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_home()
401 …lv_obj_set_style_border_color(alert_panel, lv_color_hex(0xFFFFFF), LV_PART_MAIN | LV_STATE_DEFAULT… in create_screen_home()
[all …]