summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/include
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2011-12-15 07:14:40 +0100
committerHarald Welte <laforge@gnumonks.org>2012-02-03 23:59:35 +0100
commit30dd87115c56fa6915881d93cd4d0ccb18dab035 (patch)
tree4451be5ecee95205720b6c4c73c381935e1ad370 /src/target/firmware/include
parentde8bb97ed51af386c35c659e94c9f08248ed65a4 (diff)
firmware/framebuffer: Adding fixed with font with 8x8 pixles
Diffstat (limited to 'src/target/firmware/include')
-rw-r--r--src/target/firmware/include/fb/font.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/target/firmware/include/fb/font.h b/src/target/firmware/include/fb/font.h
index 680ee476..40a6974b 100644
--- a/src/target/firmware/include/fb/font.h
+++ b/src/target/firmware/include/fb/font.h
@@ -68,7 +68,8 @@ enum fb_font_id {
// FB_FONT_HELVR24,
// FB_FONT_HELVB08,
FB_FONT_HELVB14,
-// FB_FONT_HELVB24
+// FB_FONT_HELVB24,
+ FB_FONT_C64,
};
extern const struct fb_font *fb_fonts[]; // note: has to match fb_font_id enum!