Home
last modified time | relevance | path

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

/lvgl-latest/demos/music/
Dlv_demo_music_main.c462 lv_obj_t * wave_bottom = lv_image_create(parent); in create_wave_images() local
463 lv_image_set_src(wave_bottom, &img_lv_demo_music_wave_bottom); in create_wave_images()
464 lv_image_set_inner_align(wave_bottom, LV_IMAGE_ALIGN_TILE); in create_wave_images()
465 lv_obj_set_width(wave_bottom, LV_HOR_RES); in create_wave_images()
466 lv_obj_align(wave_bottom, LV_ALIGN_BOTTOM_MID, 0, 0); in create_wave_images()
467 lv_obj_add_flag(wave_bottom, LV_OBJ_FLAG_IGNORE_LAYOUT); in create_wave_images()