Show the MINT logo

This commit is contained in:
leo 2023-09-01 09:55:13 +02:00
parent 17be0a2a8c
commit c384faa8f5
Signed by: leo
GPG Key ID: 0DD993BFB2B307DB

View File

@ -172,5 +172,5 @@ void Home_Screen_Gen(pse_unit* pse_units, uint8_t pse_unit_num){
}
// fade in the new screen
lv_scr_load_anim(scr, LV_SCR_LOAD_ANIM_FADE_ON, 0, 0, false);
lv_scr_load_anim(scr, LV_SCR_LOAD_ANIM_FADE_ON, 0, 3000, false);
}