1
0
Fork 0
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:
Jens Arnold 2005-07-07 21:03:58 +00:00
parent 81b32e0931
commit 3a5bd7acb6
3 changed files with 36 additions and 27 deletions

View file

@ -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
{