Searched refs:lv_demo_smartwatch_add_notification (Results 1 – 3 of 3) sorted by relevance
/lvgl-latest/demos/smartwatch/ |
D | lv_demo_smartwatch_notifications.c | 84 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
|
D | lv_demo_smartwatch_notifications.h | 56 void lv_demo_smartwatch_add_notification(int app_id, const char * message, int index);
|
D | lv_demo_smartwatch.h | 166 void lv_demo_smartwatch_add_notification(int app_id, const char * message, int index);
|