Home
last modified time | relevance | path

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

/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_home.c61 static lv_obj_t * alert_text; variable
417 alert_text = lv_label_create(alert_panel); in create_screen_home()
418 lv_obj_set_width(alert_text, 142); in create_screen_home()
419 lv_obj_set_height(alert_text, 40); in create_screen_home()
420 lv_obj_set_x(alert_text, 39); in create_screen_home()
421 lv_obj_set_y(alert_text, 0); in create_screen_home()
422 lv_obj_set_align(alert_text, LV_ALIGN_LEFT_MID); in create_screen_home()
423 lv_label_set_long_mode(alert_text, LV_LABEL_LONG_DOT); in create_screen_home()
424 lv_label_set_text(alert_text, "this is a notification example"); in create_screen_home()
425 lv_obj_set_style_text_font(alert_text, &lv_font_montserrat_16, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_home()