diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/main.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/main.c b/apps/main.c index 30d5f0878a..8c6d20d6a8 100644 --- a/apps/main.c +++ b/apps/main.c @@ -65,7 +65,9 @@ void init(void) { init_threads(); lcd_init(); - font_init(); +#ifndef HAVE_LCD_CHARCELLS + font_init(); +#endif show_logo(); settings_reset(); settings_load(); |