hekate/nyx: adhere to display function renames

This commit is contained in:
CTCaer
2024-06-05 01:03:46 +03:00
parent 48ef1826e9
commit 21d782587f
3 changed files with 8 additions and 8 deletions

View File

@@ -354,8 +354,8 @@ static void _show_errors(int sd_error)
gfx_clear_grey(0);
gfx_con_setpos(0, 0, 0);
display_backlight_brightness(150, 1000);
display_init_framebuffer_log();
display_activate_console();
display_init_window_d_console();
display_window_d_console_enable();
}
switch (sd_error)