From 5c015ada908d491fa2f9fa37b83e3fc9c56b4d86 Mon Sep 17 00:00:00 2001 From: Marcin Bukat Date: Thu, 14 Jun 2018 10:03:07 +0200 Subject: Agptek Rocker: Implement lcd_enable() In theory this should slightly improve battery life. Change-Id: Iaf55beb7dbc20e7562017958aeb0386459d49a31 --- firmware/export/config/agptekrocker.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'firmware/export/config/agptekrocker.h') 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 @@ /* define this if you have a colour LCD */ #define HAVE_LCD_COLOR +#define HAVE_LCD_ENABLE + /* Define this if the LCD can shut down */ -//#define HAVE_LCD_SHUTDOWN +#define HAVE_LCD_SHUTDOWN /* define this if you want album art for this target */ #define HAVE_ALBUMART -- cgit v1.2.3