summaryrefslogtreecommitdiff
path: root/firmware/export/config-gigabeat-s.h
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2008-11-26 21:26:22 +0000
committerMichael Sevakis <jethead71@rockbox.org>2008-11-26 21:26:22 +0000
commit495115b84a71b900b27c55b899b68e12059434d4 (patch)
tree5514f2d3131bc20a341a020fe6382fd5df9fe532 /firmware/export/config-gigabeat-s.h
parent5b0d74a7d3329ec3fc5818d9185aba7f29291ca7 (diff)
downloadrockbox-495115b84a71b900b27c55b899b68e12059434d4.tar.gz
rockbox-495115b84a71b900b27c55b899b68e12059434d4.zip
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
Diffstat (limited to 'firmware/export/config-gigabeat-s.h')
-rw-r--r--firmware/export/config-gigabeat-s.h3
1 files changed, 3 insertions, 0 deletions
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 @@
94 94
95#ifndef SIMULATOR 95#ifndef SIMULATOR
96 96
97/* Implementation-defined fading type with bool settings */
98#define USE_BACKLIGHT_CUSTOM_FADING_BOOL
99
97/* The LCD on a Gigabeat is 240x320 - it is portrait */ 100/* The LCD on a Gigabeat is 240x320 - it is portrait */
98#define HAVE_PORTRAIT_LCD 101#define HAVE_PORTRAIT_LCD
99 102