Home
last modified time | relevance | path

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

/lvgl-latest/demos/high_res/
Dlv_demo_high_res_private.h58 IMG_PLAY_ICON, enumerator
Dlv_demo_high_res_app_smart_home.c328 bool was_playing = lv_image_get_src(play_pause_img) == c->imgs[IMG_PLAY_ICON]; in widget3_play_pause_clicked_cb()
329 lv_image_set_src(play_pause_img, c->imgs[was_playing ? IMG_PLAY_ICON_1 : IMG_PLAY_ICON]); in widget3_play_pause_clicked_cb()
398 …e_set_src(play_pause_img, c->imgs[lv_subject_get_int(&c->api.subjects.music_play) ? IMG_PLAY_ICON : in create_widget3()