Searched refs:IMG_PLAY_ICON (Results 1 – 2 of 2) sorted by relevance
58 IMG_PLAY_ICON, enumerator
328 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()