summaryrefslogtreecommitdiff
path: root/firmware/font.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/font.c')
-rw-r--r--firmware/font.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/font.c b/firmware/font.c
index 52c6ffae6a..534fa922fd 100644
--- a/firmware/font.c
+++ b/firmware/font.c
@@ -98,6 +98,9 @@ void font_init(void)
98 while (i<MAXFONTS) 98 while (i<MAXFONTS)
99 sysfonts[i++] = NULL; 99 sysfonts[i++] = NULL;
100 font_reset(NULL); 100 font_reset(NULL);
101#ifdef HAVE_REMOTE_LCD
102 font_reset(&remote_font_ui);
103#endif
101} 104}
102 105
103/* Check if we have x bytes left in the file buffer */ 106/* Check if we have x bytes left in the file buffer */