summaryrefslogtreecommitdiff
path: root/firmware/export/config-player.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 /firmware/export/config-player.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 'firmware/export/config-player.h')
-rw-r--r--firmware/export/config-player.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/firmware/export/config-player.h b/firmware/export/config-player.h
index 723b852d3d..b9e3035951 100644
--- a/firmware/export/config-player.h
+++ b/firmware/export/config-player.h
@@ -84,3 +84,10 @@
84#define BOOTDIR "/" 84#define BOOTDIR "/"
85 85
86#endif /* SIMULATOR */ 86#endif /* SIMULATOR */
87
88#define HAVE_LCD_CONTRAST
89
90#define MIN_CONTRAST_SETTING 5
91#define MAX_CONTRAST_SETTING 31
92#define DEFAULT_CONTRAST_SETTING 30
93