Boot screen & change shutting down/rebooting procedure

This commit is contained in:
Alex
2023-03-25 12:05:33 +02:00
parent cef9d89965
commit 028115a1b0
9 changed files with 322 additions and 53 deletions

View File

@ -54,7 +54,8 @@ static int sys_print(SyscallsFrame *Frame, char Char, int Index)
char ret = Display->Print(Char, Index, true);
#ifdef DEBUG
Display->SetBuffer(Index);
if (!Config.BootAnimation && Index != 0)
Display->SetBuffer(Index);
#endif
UNUSED(Frame);
return ret;