This commit is contained in:
2025-11-15 00:26:41 +01:00
parent ef7a45e7cf
commit 3726cc49da
3 changed files with 348 additions and 348 deletions

View File

@ -3,7 +3,7 @@
#include "spinlock/spinlock.h"
#include "bootinfo/bootinfo.h"
#include "term/term.h"
#include "fm-t-437.f16.h"
#include "font.h"
Term TERM;
@ -28,13 +28,13 @@ void term_doinit(void *addr) {
NULL,
NULL,
NULL,
FM_T_437_F16,
FLORI_F16,
8,
16,
0,
0,
0,
20
0
);
}