IRiver: (1)Setting some remote lcd settings via menu (2) added driver to main.c (3) updated english.lang

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6291 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Christian Gmeiner 2005-04-15 12:08:49 +00:00
parent a6a01903e6
commit 7c1879bdd0
6 changed files with 99 additions and 5 deletions

View file

@ -71,6 +71,10 @@
#include "ata_mmc.h"
#endif
#ifdef HAVE_REMOTE_LCD
#include "lcd-remote.h"
#endif
/*#define AUTOROCK*/ /* define this to check for "autostart.rock" on boot */
const char appsversion[]=APPSVERSION;
@ -139,6 +143,10 @@ void init(void)
settings_reset();
lcd_init();
#ifdef HAVE_REMOTE_LCD
lcd_remote_init();
#endif
font_init();
show_logo();