clear screen before poweroff

This commit is contained in:
Babz 2021-09-03 16:19:29 +02:00
parent edc8be3e8a
commit 049320d7e0
1 changed files with 4 additions and 0 deletions

View File

@ -77,6 +77,10 @@ int main(void) {
backlight_save = r61524_get(0x5a1) & 0x00ff;
r61524_set(0x5a1, 0);
// clear screen
dclear(C_BLACK);
dupdate();
shift_state = 0;
alpha_state = 0;