1
0
Fork 0
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:
Kjell Ericson 2002-10-21 20:22:22 +00:00
parent a52896878a
commit e12e55e53a

View file

@ -65,7 +65,9 @@ void init(void)
{
init_threads();
lcd_init();
#ifndef HAVE_LCD_CHARCELLS
font_init();
#endif
show_logo();
settings_reset();
settings_load();