forked from len0rd/rockbox
Enabled scrolling on the remote LCD in the simulator. Some small shortcuts in the H1x0 remote LCD driver and the recorder LCD driver.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7057 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
81b32e0931
commit
3a5bd7acb6
3 changed files with 36 additions and 27 deletions
|
|
@ -98,6 +98,9 @@ void init(void)
|
|||
init_threads();
|
||||
buffer_init();
|
||||
lcd_init();
|
||||
#ifdef HAVE_REMOTE_LCD
|
||||
lcd_remote_init();
|
||||
#endif
|
||||
font_init();
|
||||
show_logo();
|
||||
lang_init();
|
||||
|
|
@ -148,11 +151,9 @@ void init(void)
|
|||
settings_reset();
|
||||
|
||||
lcd_init();
|
||||
|
||||
#ifdef HAVE_REMOTE_LCD
|
||||
#ifdef HAVE_REMOTE_LCD
|
||||
lcd_remote_init();
|
||||
#endif
|
||||
|
||||
font_init();
|
||||
show_logo();
|
||||
lang_init();
|
||||
|
|
@ -291,7 +292,7 @@ void init(void)
|
|||
talk_init();
|
||||
/* runtime database has to be initialized after audio_init() */
|
||||
rundb_init();
|
||||
|
||||
|
||||
|
||||
#ifdef AUTOROCK
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue