New font
This commit is contained in:
@ -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
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user