summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/main.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/main.c b/apps/main.c
index 8c6d20d..30d5f08 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -65,9 +65,7 @@ void init(void)
{
init_threads();
lcd_init();
-#ifndef HAVE_LCD_CHARCELLS
- font_init();
-#endif
+ font_init();
show_logo();
settings_reset();
settings_load();