Searched refs:player_start_button (Results 1 – 1 of 1) sorted by relevance
17 static lv_obj_t * player_start_button = NULL; variable177 player_start_button = lv_img_create(player_box_button); in ui_player_screen_init()178 lv_img_set_src(player_start_button, IMG_PLAYER_START); in ui_player_screen_init()179 lv_obj_set_width(player_start_button, 128); /// 64 in ui_player_screen_init()180 lv_obj_set_height(player_start_button, 128); /// 64 in ui_player_screen_init()181 lv_obj_set_align(player_start_button, LV_ALIGN_CENTER); in ui_player_screen_init()182 lv_obj_add_flag(player_start_button, LV_OBJ_FLAG_CLICKABLE); in ui_player_screen_init()