aboutsummaryrefslogtreecommitdiff
path: root/include/arch/i686/drivers/gfx_font.h
blob: f7db9d788bc61cbea23eaae56e9b6b789e2f5145 (plain)
1
2
3
4
#include <stdint.h>
#define FONT_WIDTH 8
#define FONT_HEIGHT 12
extern const uint8_t gfx_font[][FONT_HEIGHT];