Font conversion has been improved

This commit is contained in:
Stanislav N Mikhailov
2024-12-30 11:53:44 +03:00
parent ebdf5077ef
commit a7f3d94c1b
7 changed files with 45 additions and 8411 deletions
-11
View File
@@ -1,11 +0,0 @@
#ifndef FONT_DATA_H
#define FONT_DATA_H
#include <stdint.h>
extern const uint8_t font_width;
extern const uint8_t font_height;
extern const uint16_t font_char_count;
extern const uint8_t font_data[];
#endif // FONT_DATA_H