Home
last modified time | relevance | path

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

/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_notifications.c84 lv_demo_smartwatch_add_notification(0x03, "Sample Message test", 0x03); in lv_demo_smartwatch_notifications_create()
85 lv_demo_smartwatch_add_notification(0x0B, "Sample Message test", 0x0B); in lv_demo_smartwatch_notifications_create()
86 lv_demo_smartwatch_add_notification(0x08, "Sample Message test", 0x08); in lv_demo_smartwatch_notifications_create()
87 lv_demo_smartwatch_add_notification(0x14, "Sample Message test", 0x14); in lv_demo_smartwatch_notifications_create()
88 lv_demo_smartwatch_add_notification(0x0A, "Sample Message test", 0x0A); in lv_demo_smartwatch_notifications_create()
89 lv_demo_smartwatch_add_notification(0x12, "Sample Message test", 0x12); in lv_demo_smartwatch_notifications_create()
90 lv_demo_smartwatch_add_notification(0x16, "Sample Message test", 0x16); in lv_demo_smartwatch_notifications_create()
91 lv_demo_smartwatch_add_notification(0x17, "Sample Message test", 0x17); in lv_demo_smartwatch_notifications_create()
105 void lv_demo_smartwatch_add_notification(int app_id, const char * message, int index) in lv_demo_smartwatch_add_notification() function
Dlv_demo_smartwatch_notifications.h56 void lv_demo_smartwatch_add_notification(int app_id, const char * message, int index);
Dlv_demo_smartwatch.h166 void lv_demo_smartwatch_add_notification(int app_id, const char * message, int index);