Home
last modified time | relevance | path

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

/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_notifications.c44 static lv_obj_t * message_content; variable
150 lv_label_set_text(message_content, message); in lv_demo_smartwatch_show_notification()
349 message_content = lv_label_create(message_panel); in create_screen_notifications()
350 lv_obj_set_width(message_content, 180); in create_screen_notifications()
351 lv_obj_set_height(message_content, LV_SIZE_CONTENT); in create_screen_notifications()
352 lv_obj_set_align(message_content, LV_ALIGN_CENTER); in create_screen_notifications()
353 …lv_label_set_text(message_content, "Download from Google Play to sync time and receive notificatio… in create_screen_notifications()