Skip to content
Snippets Groups Projects
Commit c0a5a4f4 authored by dos's avatar dos Committed by dos
Browse files

recovery: Submit the splash one more time at startup

Gets rid of the framebuffer noise.
parent a2178bf8
No related branches found
No related tags found
1 merge request!535recovery: Submit the splash one more time at startup
Pipeline #9008 passed
......@@ -293,7 +293,7 @@ void app_main(void) {
_cur_menu = &_main_menu;
st3m_gfx_init();
for (int i = 0; i < 4; i++) {
for (int i = 0; i < 5; i++) {
st3m_gfx_splash("");
}
flow3r_bsp_display_set_backlight(100);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment