Home
last modified time | relevance | path

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

/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_list.c19 #define MAX_APPS 15 macro
50 static app_t apps[MAX_APPS];
63 if(num_apps >= MAX_APPS) { in lv_demo_smartwatch_register_app_cb()