mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
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:
parent
a6a01903e6
commit
7c1879bdd0
6 changed files with 99 additions and 5 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue