aboutsummaryrefslogtreecommitdiff
path: root/include/video_font.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/video_font.h')
-rw-r--r--include/video_font.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/video_font.h b/include/video_font.h
index 00310d09265..f354d0cc4dc 100644
--- a/include/video_font.h
+++ b/include/video_font.h
@@ -15,6 +15,9 @@
#if defined(CONFIG_VIDEO_FONT_8X16)
#include <video_font_8x16.h>
#endif
+#if defined(CONFIG_VIDEO_FONT_SUN12X22)
+#include <video_font_sun12x22.h>
+#endif
static struct video_fontdata __maybe_unused fonts[] = {
#if defined(CONFIG_VIDEO_FONT_8X16)
@@ -23,6 +26,9 @@ static struct video_fontdata __maybe_unused fonts[] = {
#if defined(CONFIG_VIDEO_FONT_4X6)
FONT_ENTRY(4, 6, 4x6),
#endif
+#if defined(CONFIG_VIDEO_FONT_SUN12X22)
+ FONT_ENTRY(12, 22, 12x22),
+#endif
{/* list terminator */}
};