How to change background color of the startup screen

No need for an extra object:

lv_obj_set_style_bg_color(lv_scr_act(), LV_COLOR_MAKE(0, 0, 0), LV_STATE_DEFAULT);
2 Likes