aboutsummaryrefslogtreecommitdiff
path: root/drivers/include/gfx_font.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/include/gfx_font.h')
-rw-r--r--drivers/include/gfx_font.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/include/gfx_font.h b/drivers/include/gfx_font.h
new file mode 100644
index 0000000..f7db9d7
--- /dev/null
+++ b/drivers/include/gfx_font.h
@@ -0,0 +1,4 @@
+#include <stdint.h>
+#define FONT_WIDTH 8
+#define FONT_HEIGHT 12
+extern const uint8_t gfx_font[][FONT_HEIGHT];