Searched refs:player_stop_button (Results 1 – 1 of 1) sorted by relevance
18 static lv_obj_t * player_stop_button = NULL; variable184 player_stop_button = lv_img_create(player_box_button); in ui_player_screen_init()185 lv_img_set_src(player_stop_button, IMG_PLAYER_STOP); in ui_player_screen_init()186 lv_obj_set_width(player_stop_button, 128); /// 64 in ui_player_screen_init()187 lv_obj_set_height(player_stop_button, 128); /// 64 in ui_player_screen_init()188 lv_obj_align(player_stop_button, LV_ALIGN_CENTER, 250, 0); in ui_player_screen_init()189 lv_obj_add_flag(player_stop_button, LV_OBJ_FLAG_CLICKABLE); in ui_player_screen_init()