Lines Matching full:id
162 * @param app_id id of the app sending the notification (sets icon from the inbuilt icon list)
170 * @param app_id id of the app sending the notification (sets icon from the inbuilt icon list)
219 * @param id weather icon to use (0-7)
221 void lv_demo_smartwatch_weather_add_daily(int day, int temp, int id);
226 * @param id weather icon to use (0-7)
233 void lv_demo_smartwatch_weather_add_hourly(int hour, int id, int temp, int humidity, int wind, int …
242 * @param id determines the icon and name of the qr from inbuilt list. Value (0-9)
245 void lv_demo_smartwatch_qr_list_add(uint8_t id, const char * link);
249 * @param id unique id to track changes (recommended > 0x000F)
257 lv_obj_t * lv_demo_smartwatch_settings_add_slider(uint16_t id, const char * name, const lv_img_dsc_…
263 * @param id unique id to track changes (recommended > 0x000F)
269 lv_obj_t * lv_demo_smartwatch_settings_add_toggle(uint16_t id, const char * name, const lv_img_dsc_…
273 * @param id unique id to track changes (recommended > 0x000F)
279 lv_obj_t * lv_demo_smartwatch_settings_add_dropdown(uint16_t id, const char * name, const lv_img_ds…
284 * @param id unique id to track changes (recommended > 0x000F)
289 lv_obj_t * lv_demo_smartwatch_settings_add_label(uint16_t id, const char * name, const lv_img_dsc_t…