feature: start to implement the drivers for char printing support
This commit is contained in:
@ -5,5 +5,5 @@
|
||||
struct font {
|
||||
uint32_t height;
|
||||
uint32_t width;
|
||||
char **bitmap;
|
||||
};
|
||||
char *bitmap;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user