summaryrefslogtreecommitdiff
path: root/firmware/export/config/gogearhdd6330.h
diff options
context:
space:
mode:
authorSzymon Dziok <b0hoon@o2.pl>2011-09-13 20:35:25 +0000
committerSzymon Dziok <b0hoon@o2.pl>2011-09-13 20:35:25 +0000
commit036c5fef464ca8bf77c34dbf5793e50478d5f074 (patch)
tree30ed807aaaa45802bf6a5ab9c309608b262d3b67 /firmware/export/config/gogearhdd6330.h
parent780968d2491fa3b5ddf9ec059a5e66ff725a7764 (diff)
downloadrockbox-036c5fef464ca8bf77c34dbf5793e50478d5f074.tar.gz
rockbox-036c5fef464ca8bf77c34dbf5793e50478d5f074.zip
HDD6330: implement lcd_enable (display on/off).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30519 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config/gogearhdd6330.h')
-rw-r--r--firmware/export/config/gogearhdd6330.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config/gogearhdd6330.h b/firmware/export/config/gogearhdd6330.h
index 40c5658649..b822316172 100644
--- a/firmware/export/config/gogearhdd6330.h
+++ b/firmware/export/config/gogearhdd6330.h
@@ -61,7 +61,7 @@
61 61
62#ifndef BOOTLOADER 62#ifndef BOOTLOADER
63/* Define this if your LCD can be enabled/disabled */ 63/* Define this if your LCD can be enabled/disabled */
64/* #define HAVE_LCD_ENABLE */ 64#define HAVE_LCD_ENABLE
65 65
66/* Define this if your LCD can be put to sleep. HAVE_LCD_ENABLE 66/* Define this if your LCD can be put to sleep. HAVE_LCD_ENABLE
67 * should be defined as well. 67 * should be defined as well.