From 495115b84a71b900b27c55b899b68e12059434d4 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Wed, 26 Nov 2008 21:26:22 +0000 Subject: Add hardware backlight fading on Gigabeat S with fade up and down options in LCD Settings. USE_BACKLIGHT_CUSTOM_FADING_BOOL is used to specify the setting type needed but leave the fading code itself implementation-defined. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19237 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-gigabeat-s.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'firmware/export/config-gigabeat-s.h') diff --git a/firmware/export/config-gigabeat-s.h b/firmware/export/config-gigabeat-s.h index e6fa6c9fc6..4359c90279 100644 --- a/firmware/export/config-gigabeat-s.h +++ b/firmware/export/config-gigabeat-s.h @@ -94,6 +94,9 @@ #ifndef SIMULATOR +/* Implementation-defined fading type with bool settings */ +#define USE_BACKLIGHT_CUSTOM_FADING_BOOL + /* The LCD on a Gigabeat is 240x320 - it is portrait */ #define HAVE_PORTRAIT_LCD -- cgit v1.2.3