From c567fc9be20d12b9f6e246dffa99472b66677c28 Mon Sep 17 00:00:00 2001 From: Andree Buschmann Date: Sat, 21 Feb 2009 11:10:50 +0000 Subject: Submit FS#9890 by Boris Gjenero. Enabling option for iPod Video to shut down LCD and BCM (controller) after backlight was switched off. With this option the user can decide whether to keep the transflective LCD switched on (e.g. during daylight use) or to switch it off (to save power). The power saving is extreme and increases the battery runtime by far (measured >30%). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20076 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-ipodvideo.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'firmware/export/config-ipodvideo.h') diff --git a/firmware/export/config-ipodvideo.h b/firmware/export/config-ipodvideo.h index ca8e43db77..fb00fd99d1 100644 --- a/firmware/export/config-ipodvideo.h +++ b/firmware/export/config-ipodvideo.h @@ -204,4 +204,12 @@ #define IPOD_ACCESSORY_PROTOCOL #define HAVE_SERIAL +#ifndef BOOTLOADER +/* Support for LCD sleep/BCM shutdown */ +#define HAVE_LCD_SLEEP +#define HAVE_LCD_SLEEP_SETTING +/* The same code may also be used when shutting down the iPod */ +#define HAVE_LCD_SHUTDOWN +#endif + #endif -- cgit v1.2.3