#ifndef font_h #define font_h #include extern uint8_t font[]; #define GLYPH_HEIGHT 8 #define GLYPH_WIDTH 6 #endif /* font_h */