feature: start to implement the drivers for char printing support

This commit is contained in:
2024-12-11 20:54:03 +01:00
parent e5bdd1b5ee
commit 33cb3dfa30
6 changed files with 1694 additions and 38 deletions

View File

@ -5,5 +5,5 @@
struct font {
uint32_t height;
uint32_t width;
char **bitmap;
};
char *bitmap;
};