diff options
author | Cástor Muñoz <cmvidal@gmail.com> | 2012-02-25 13:46:43 +0100 |
---|---|---|
committer | Nils Wallménius <nils@rockbox.org> | 2012-02-25 13:46:43 +0100 |
commit | 663667a8c5e6d30a885e1a4bdcf9f975b79caf1c (patch) | |
tree | a033aa91c7d8bc8a8730830b29517561a789031c /firmware/export/config | |
parent | a6005c3fda73b5c4b2a3843da98cebd6c17bab05 (diff) |
IPod Classic/6G: LCD sleep (FS#12523) by Cástor Muñoz
Change-Id: I7bea9f61fa315339c1f41efb27d13a4aa30cb4c3
Signed-off-by: Nils Wallménius <nils@rockbox.org>
Diffstat (limited to 'firmware/export/config')
-rw-r--r-- | firmware/export/config/ipod6g.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config/ipod6g.h b/firmware/export/config/ipod6g.h index 16e114bf9b..1941074d57 100644 --- a/firmware/export/config/ipod6g.h +++ b/firmware/export/config/ipod6g.h @@ -93,8 +93,8 @@ /* Define this if your LCD can be put to sleep. HAVE_LCD_ENABLE should be defined as well. */ #ifndef BOOTLOADER -//TODO: #define HAVE_LCD_SLEEP -//TODO: #define HAVE_LCD_SLEEP_SETTING +#define HAVE_LCD_SLEEP +#define HAVE_LCD_SLEEP_SETTING #endif #define CONFIG_KEYPAD IPOD_4G_PAD |