This commit is contained in:
Fabio Belavenuto
2023-01-15 12:48:06 -03:00
parent ad6d6f69cb
commit 034b40dad9
5 changed files with 18 additions and 5 deletions

View File

@@ -30,10 +30,10 @@ function load_video {
}
load_video
if loadfont unicode ; then
if loadfont unicode; then
set gfxmode=auto
insmod gfxterm
#set gfxpayload=800x600
set gfxpayload=keep
terminal_output gfxterm
fi