aboutsummaryrefslogtreecommitdiff
path: root/include/graphics/glyphs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/graphics/glyphs.h')
-rw-r--r--include/graphics/glyphs.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/graphics/glyphs.h b/include/graphics/glyphs.h
index 1a9319d..2a16b84 100644
--- a/include/graphics/glyphs.h
+++ b/include/graphics/glyphs.h
@@ -1,6 +1,10 @@
#ifndef GRAPHICS_GLYPHS_H
#define GRAPHICS_GLYPHS_H
-#include "font.bin.h"
+#ifdef LARGE_LETTERS
+#include "font.big.h"
+#else
+#include "font.small.h"
+#endif
#endif