summaryrefslogtreecommitdiff
path: root/firmware/export
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
parentb25cd9792fe3f0f2299560412111607da3baea18 (diff)
HDD1630: implement lcd_enable (display on/off).
Change-Id: I8b72a9c333d8a9dbcb62c366a9af298f1dd9b2f7
Diffstat (limited to 'firmware/export')
-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 @@
#ifndef BOOTLOADER
/* Define this if your LCD can be enabled/disabled */
-/* #define HAVE_LCD_ENABLE */
+#define HAVE_LCD_ENABLE
/* Define this if your LCD can be put to sleep. HAVE_LCD_ENABLE
* should be defined as well.