Home
last modified time | relevance | path

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

/lvgl-latest/demos/smartwatch/assets/
Dimg_vol_down_icon.c141 const lv_image_dsc_t img_vol_down_icon = { variable
/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_private.h92 LV_IMAGE_DECLARE(img_vol_down_icon); /* assets/vol_down.png */
Dlv_demo_smartwatch_control.c176 lv_image_set_src(control_volume_up, &img_vol_down_icon); in control_screen_create()