Incorrect BMP conversion

This commit is contained in:
Stanislav N Mikhailov
2024-12-29 21:50:55 +03:00
parent 208bf344b7
commit ebdf5077ef
12 changed files with 8749 additions and 426 deletions
+11
View File
@@ -0,0 +1,11 @@
#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