From 59ef4af0ce6ff6f886d9434c0b4803adc70c3f02 Mon Sep 17 00:00:00 2001 From: kkurbjun Date: Thu, 15 May 2008 12:52:17 +0000 Subject: [PATCH] Forgot about the buttonlights. Removing for now since this will not work properly if the buttonlights are set to a time longer than the backlight. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17523 a1c6a512-1295-4272-9138-f99709370657 --- firmware/target/arm/s3c2440/gigabeat-fx/lcd-meg-fx.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/firmware/target/arm/s3c2440/gigabeat-fx/lcd-meg-fx.c b/firmware/target/arm/s3c2440/gigabeat-fx/lcd-meg-fx.c index 1299059e3..673f76d61 100644 --- a/firmware/target/arm/s3c2440/gigabeat-fx/lcd-meg-fx.c +++ b/firmware/target/arm/s3c2440/gigabeat-fx/lcd-meg-fx.c @@ -280,7 +280,6 @@ void lcd_sleep(void) lcd_enable(false); LCD_SPI_powerdown(); - GPBDAT &= ~(1 << 2); /* Fully disable the backlight controller */ } } @@ -294,7 +293,6 @@ void lcd_enable(bool state) /* "enabled" implies "powered" */ if (!lcd_powered) { - GPBDAT |= (1 << 2); /* Enable the backlight controller */ LCD_SPI_powerup(); /* Wait long enough for a frame to be written - yes, it * takes awhile. */ -- 2.11.4.GIT