summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorKarl Kurbjun <kkurbjun@gmail.com>2009-03-26 22:20:46 +0000
committerKarl Kurbjun <kkurbjun@gmail.com>2009-03-26 22:20:46 +0000
commit9d1b99534e0a3bf6559a4fe06420b0bc9274a688 (patch)
tree06decc501f46fae58171909a0cd1153bf6828a17 /firmware/export
parentb084d603562cdf2eb90cdfd0c5c0e1e5fa8776a9 (diff)
downloadrockbox-9d1b99534e0a3bf6559a4fe06420b0bc9274a688.tar.gz
rockbox-9d1b99534e0a3bf6559a4fe06420b0bc9274a688.zip
Add support for powering down the LCD (saves 50 mA when disabled)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20547 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-mrobe500.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/firmware/export/config-mrobe500.h b/firmware/export/config-mrobe500.h
index 9854d50e01..d5d31ffc41 100644
--- a/firmware/export/config-mrobe500.h
+++ b/firmware/export/config-mrobe500.h
@@ -72,7 +72,17 @@
72#define LCD_PIXELFORMAT RGB565 /* rgb565 */ 72#define LCD_PIXELFORMAT RGB565 /* rgb565 */
73 73
74/* Define this if your LCD can be enabled/disabled */ 74/* Define this if your LCD can be enabled/disabled */
75//#define HAVE_LCD_ENABLE 75#define HAVE_LCD_ENABLE
76
77#define HAVE_LCD_SLEEP_SETTING
78
79/* Define this if your LCD can be put to sleep. HAVE_LCD_ENABLE
80 should be defined as well. */
81#define HAVE_LCD_SLEEP
82
83/* We don't use a setting but a fixed delay after the backlight has
84 * turned off */
85#define LCD_SLEEP_TIMEOUT (5*HZ)
76 86
77/* remote LCD */ 87/* remote LCD */
78//#define HAVE_REMOTE_LCD 88//#define HAVE_REMOTE_LCD