HDD1630: implement lcd_enable (display on/off).

Change-Id: I8b72a9c333d8a9dbcb62c366a9af298f1dd9b2f7
This commit is contained in:
Szymon Dziok 2014-01-13 23:50:40 +01:00
parent b25cd9792f
commit 518d9ecb35
3 changed files with 50 additions and 1 deletions

View file

@ -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.