summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/gigabeat/meg-fx
diff options
context:
space:
mode:
authorMarcoen Hirschberg <marcoen@gmail.com>2007-02-26 10:15:02 +0000
committerMarcoen Hirschberg <marcoen@gmail.com>2007-02-26 10:15:02 +0000
commit58011f950407f0c79525a2f4b6380809bd22ee2b (patch)
tree089f1694cec90ef204f08f866c90c884c2a9b9a0 /firmware/target/arm/gigabeat/meg-fx
parent03d298297e26d78d4ff100ed2cafd1202e2c936a (diff)
downloadrockbox-58011f950407f0c79525a2f4b6380809bd22ee2b.tar.gz
rockbox-58011f950407f0c79525a2f4b6380809bd22ee2b.zip
disable LCD poweroff for now until problems with the remote control and headphone detection are fixed (and it doesn't seem to save any battery anyway)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12494 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/arm/gigabeat/meg-fx')
-rw-r--r--firmware/target/arm/gigabeat/meg-fx/lcd-meg-fx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/gigabeat/meg-fx/lcd-meg-fx.c b/firmware/target/arm/gigabeat/meg-fx/lcd-meg-fx.c
index 9a3d483e1a..b9c09e9f7f 100644
--- a/firmware/target/arm/gigabeat/meg-fx/lcd-meg-fx.c
+++ b/firmware/target/arm/gigabeat/meg-fx/lcd-meg-fx.c
@@ -65,7 +65,7 @@ void lcd_init_device(void)
clean_dcache_range((void *)fg_pattern_blit, sizeof(fg_pattern_blit));
clean_dcache_range((void *)bg_pattern_blit, sizeof(bg_pattern_blit));
use_dma_blit = true;
- lcd_poweroff = true;
+ lcd_poweroff = false;
#endif
}