1 2 3 4
#include <stdint.h> #define FONT_WIDTH 8 #define FONT_HEIGHT 12 extern const uint8_t gfx_font[][FONT_HEIGHT];