From 3a5bd7acb677a37d8662f7ce0c9a392d0d75da18 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Thu, 7 Jul 2005 21:03:58 +0000 Subject: 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 --- apps/main.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'apps') diff --git a/apps/main.c b/apps/main.c index 9b9ab0eb12..fec69b073a 100644 --- a/apps/main.c +++ b/apps/main.c @@ -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 { -- cgit v1.2.3