From 6d101042c62aa7ac204624e4031fed11cded13d1 Mon Sep 17 00:00:00 2001 From: Steve Gotthardt Date: Thu, 4 Jan 2007 09:30:14 +0000 Subject: Added HAVE_BACKLIGHT_SET_FADING because the Gigabeat backlight works that way. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11898 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-gigabeat.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/firmware/export/config-gigabeat.h b/firmware/export/config-gigabeat.h index 6fec1e0775..3672bdfdb5 100644 --- a/firmware/export/config-gigabeat.h +++ b/firmware/export/config-gigabeat.h @@ -109,6 +109,10 @@ #define CONFIG_LCD LCD_GIGABEAT +/* define this if the backlight can be set to a brightness */ +#define HAVE_BACKLIGHT_SET_FADING +#define __BACKLIGHT_INIT + /* Offset ( in the firmware file's header ) to the file CRC */ #define FIRMWARE_OFFSET_FILE_CRC 0 -- cgit v1.2.3