forked from len0rd/rockbox
Fonts are only for recorder.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2737 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a52896878a
commit
e12e55e53a
1 changed files with 3 additions and 1 deletions
|
|
@ -65,7 +65,9 @@ void init(void)
|
|||
{
|
||||
init_threads();
|
||||
lcd_init();
|
||||
#ifndef HAVE_LCD_CHARCELLS
|
||||
font_init();
|
||||
#endif
|
||||
show_logo();
|
||||
settings_reset();
|
||||
settings_load();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue