wip: good text support (scrolling not quite working rn)

This commit is contained in:
2024-12-12 23:14:20 +01:00
parent 2edc92bbcc
commit 917ccf0465
6 changed files with 70 additions and 49 deletions

View File

@ -2,6 +2,8 @@
#include <stdint.h>
#define FONT_SIZE 13
struct font {
uint32_t height;
uint32_t width;