From a844a1833766d45acee28d37ffd0acc938be0fbd Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Wed, 7 Mar 2007 14:49:20 +0000 Subject: Removed the LCD/backlight glitch when starting Rockbox on mainly the color LCD targets git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12672 a1c6a512-1295-4272-9138-f99709370657 --- apps/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/main.c') diff --git a/apps/main.c b/apps/main.c index e4d90bce61..a1ea75fdc3 100644 --- a/apps/main.c +++ b/apps/main.c @@ -311,8 +311,6 @@ static void init(void) cpu_boost(true); #endif - backlight_init(); - buffer_init(); settings_reset(); @@ -359,6 +357,8 @@ static void init(void) m5636_init(); #endif + backlight_init(); + button_init(); powermgmt_init(); -- cgit v1.2.3