mirror of
https://github.com/stasenso/rp_pico_test.git
synced 2026-06-26 21:42:44 +03:00
Incorrect BMP conversion
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user