summaryrefslogtreecommitdiff
path: root/firmware/export/config/gogearhdd1630.h
diff options
context:
space:
mode:
authorSzymon Dziok <b0hoon@o2.pl>2014-01-13 23:50:40 +0100
committerSzymon Dziok <b0hoon@o2.pl>2014-01-13 23:50:40 +0100
commit518d9ecb35708d0995556b03466b79459d974ade (patch)
treecb3529f06777a6f9d8182a176f3998f10a060afc /firmware/export/config/gogearhdd1630.h
parentb25cd9792fe3f0f2299560412111607da3baea18 (diff)
downloadrockbox-518d9ecb35708d0995556b03466b79459d974ade.tar.gz
rockbox-518d9ecb35708d0995556b03466b79459d974ade.zip
HDD1630: implement lcd_enable (display on/off).
Change-Id: I8b72a9c333d8a9dbcb62c366a9af298f1dd9b2f7
Diffstat (limited to 'firmware/export/config/gogearhdd1630.h')
-rw-r--r--firmware/export/config/gogearhdd1630.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config/gogearhdd1630.h b/firmware/export/config/gogearhdd1630.h
index 6379c26801..9abf90acb9 100644
--- a/firmware/export/config/gogearhdd1630.h
+++ b/firmware/export/config/gogearhdd1630.h
@@ -56,7 +56,7 @@
56 56
57#ifndef BOOTLOADER 57#ifndef BOOTLOADER
58/* Define this if your LCD can be enabled/disabled */ 58/* Define this if your LCD can be enabled/disabled */
59/* #define HAVE_LCD_ENABLE */ 59#define HAVE_LCD_ENABLE
60 60
61/* Define this if your LCD can be put to sleep. HAVE_LCD_ENABLE 61/* Define this if your LCD can be put to sleep. HAVE_LCD_ENABLE
62 * should be defined as well. 62 * should be defined as well.