summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2007-11-18 13:33:27 +0000
committerNils Wallménius <nils@rockbox.org>2007-11-18 13:33:27 +0000
commit5386cc205fbbd3d0885a496897e5fa41c3eb524e (patch)
treeffc0380790c6dcd99b93ff8ad01a86a6955322b1 /apps/settings.h
parent572ecef486f972cc10475e201e211e9ce63733d8 (diff)
downloadrockbox-5386cc205fbbd3d0885a496897e5fa41c3eb524e.tar.gz
rockbox-5386cc205fbbd3d0885a496897e5fa41c3eb524e.zip
Move a few #defines to target specific config files
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15658 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/apps/settings.h b/apps/settings.h
index d4498cf721..482b791d77 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -119,27 +119,6 @@ extern const struct opt_items trig_durations[TRIG_DURATION_COUNT];
119#define FOLDER_ADVANCE_NEXT 1 119#define FOLDER_ADVANCE_NEXT 1
120#define FOLDER_ADVANCE_RANDOM 2 120#define FOLDER_ADVANCE_RANDOM 2
121 121
122/* system defines */
123#ifndef TARGET_TREE
124
125#ifndef HAVE_LCD_COLOR
126#define DEFAULT_CONTRAST_SETTING 40
127#endif
128
129#if defined HAVE_LCD_CHARCELLS
130#define MIN_CONTRAST_SETTING 5
131#define MAX_CONTRAST_SETTING 31
132#else
133#define MIN_CONTRAST_SETTING 5
134#define MAX_CONTRAST_SETTING 63
135#endif
136
137#endif /* !TARGET_TREE */
138
139#if !defined(HAVE_LCD_COLOR)
140#define HAVE_LCD_CONTRAST
141#endif
142
143/* repeat mode options */ 122/* repeat mode options */
144enum 123enum
145{ 124{