feat: changed font to 8x16; kfetch
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
|
||||
void console_init(SG_Context *ctx);
|
||||
void console_clear(u32 color);
|
||||
SG_Context* console_get_context();
|
||||
SG_Point console_get_dimensions();
|
||||
void console_set_color(u32 color);
|
||||
void console_set_cursor_pos(SG_Point *p);
|
||||
void kprint(const char *str);
|
||||
|
||||
@@ -4,5 +4,6 @@
|
||||
#include "types.h"
|
||||
|
||||
extern u8 font8x8_basic[128][8];
|
||||
extern u8 font8x16[128][16];
|
||||
|
||||
#endif
|
||||
@@ -0,0 +1,6 @@
|
||||
#ifndef KFETCH_H
|
||||
#define KFETCH_H
|
||||
|
||||
void kfetch();
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user