Home
last modified time | relevance | path

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

/lvgl-latest/demos/smartwatch/assets/
Dimg_wechat_icon.c45 const lv_image_dsc_t img_wechat_icon = { variable
/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_private.h60 LV_IMAGE_DECLARE(img_wechat_icon); /* assets/wechat.png */
Dlv_demo_smartwatch_qr.c43 &img_wechat_icon,
Dlv_demo_smartwatch_notifications.c67 &img_wechat_icon /* Wechat */
Dlv_demo_smartwatch_home.c410 lv_image_set_src(alert_icon, &img_wechat_icon); in create_screen_home()