summaryrefslogtreecommitdiff
path: root/firmware/export/config
diff options
context:
space:
mode:
authorMarcin Bukat <marcin.bukat@gmail.com>2018-06-14 10:03:07 +0200
committerMarcin Bukat <marcin.bukat@gmail.com>2018-06-14 10:03:07 +0200
commit5c015ada908d491fa2f9fa37b83e3fc9c56b4d86 (patch)
tree19ddc935411ec7a2e98827f96b314d9db4860898 /firmware/export/config
parent755b824596b68b712f94858a875da62f0d5fc50a (diff)
downloadrockbox-5c015ada908d491fa2f9fa37b83e3fc9c56b4d86.tar.gz
rockbox-5c015ada908d491fa2f9fa37b83e3fc9c56b4d86.zip
Agptek Rocker: Implement lcd_enable()
In theory this should slightly improve battery life. Change-Id: Iaf55beb7dbc20e7562017958aeb0386459d49a31
Diffstat (limited to 'firmware/export/config')
-rw-r--r--firmware/export/config/agptekrocker.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/firmware/export/config/agptekrocker.h b/firmware/export/config/agptekrocker.h
index 1c15117f9b..74742bd56a 100644
--- a/firmware/export/config/agptekrocker.h
+++ b/firmware/export/config/agptekrocker.h
@@ -23,8 +23,10 @@
23/* define this if you have a colour LCD */ 23/* define this if you have a colour LCD */
24#define HAVE_LCD_COLOR 24#define HAVE_LCD_COLOR
25 25
26#define HAVE_LCD_ENABLE
27
26/* Define this if the LCD can shut down */ 28/* Define this if the LCD can shut down */
27//#define HAVE_LCD_SHUTDOWN 29#define HAVE_LCD_SHUTDOWN
28 30
29/* define this if you want album art for this target */ 31/* define this if you want album art for this target */
30#define HAVE_ALBUMART 32#define HAVE_ALBUMART