Home
last modified time | relevance | path

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

/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_notifications.c135 lv_obj_t * notification_text = lv_label_create(notification_item); in lv_demo_smartwatch_add_notification() local
136 lv_obj_set_width(notification_text, 140); in lv_demo_smartwatch_add_notification()
137 lv_obj_set_height(notification_text, LV_SIZE_CONTENT); in lv_demo_smartwatch_add_notification()
138 lv_obj_set_align(notification_text, LV_ALIGN_CENTER); in lv_demo_smartwatch_add_notification()
139 lv_label_set_long_mode(notification_text, LV_LABEL_LONG_DOT); in lv_demo_smartwatch_add_notification()
140 lv_label_set_text(notification_text, message); in lv_demo_smartwatch_add_notification()