summaryrefslogtreecommitdiff
path: root/firmware/export/config-gigabeat-s.h
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2009-01-26 23:21:49 +0000
committerThomas Martitz <kugel@rockbox.org>2009-01-26 23:21:49 +0000
commit12a0ed3b8dd5d8996abf827115f526e21e838872 (patch)
tree00ec62e04cf0e4bc4ea9c7bc0f5b8893e198c7cd /firmware/export/config-gigabeat-s.h
parent4e1b7bf7286c3994e34ca11f740a2165d9b5a001 (diff)
downloadrockbox-12a0ed3b8dd5d8996abf827115f526e21e838872.tar.gz
rockbox-12a0ed3b8dd5d8996abf827115f526e21e838872.zip
Commit FS#9724, which reworks the preprocessor defines related to backlight fading to a CONFIG_BACKLIGHT_FADING style. The apps/ code will only see which setting is supposed to be used, specific backlight fading handling is kept in firmware, slightly reword the manual text about software fading too with regards to the Gigabeat S
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19860 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-gigabeat-s.h')
-rw-r--r--firmware/export/config-gigabeat-s.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/firmware/export/config-gigabeat-s.h b/firmware/export/config-gigabeat-s.h
index 93068ae441..6b993b6082 100644
--- a/firmware/export/config-gigabeat-s.h
+++ b/firmware/export/config-gigabeat-s.h
@@ -117,15 +117,14 @@
117#define MAX_BRIGHTNESS_SETTING 24 117#define MAX_BRIGHTNESS_SETTING 24
118#define DEFAULT_BRIGHTNESS_SETTING 12 118#define DEFAULT_BRIGHTNESS_SETTING 12
119 119
120/* Implementation-defined fading type with bool settings */
121#define CONFIG_BACKLIGHT_FADING BACKLIGHT_FADING_TARGET
120 122
121#define HAVE_HEADPHONE_DETECTION 123#define HAVE_HEADPHONE_DETECTION
122#endif /* BOOTLOADER */ 124#endif /* BOOTLOADER */
123 125
124#ifndef SIMULATOR 126#ifndef SIMULATOR
125 127
126/* Implementation-defined fading type with bool settings */
127#define USE_BACKLIGHT_CUSTOM_FADING_BOOL
128
129/* The LCD on a Gigabeat is 240x320 - it is portrait */ 128/* The LCD on a Gigabeat is 240x320 - it is portrait */
130#define HAVE_PORTRAIT_LCD 129#define HAVE_PORTRAIT_LCD
131 130