diff options
author | Nils Wallménius <nils@rockbox.org> | 2007-11-18 13:33:27 +0000 |
---|---|---|
committer | Nils Wallménius <nils@rockbox.org> | 2007-11-18 13:33:27 +0000 |
commit | 5386cc205fbbd3d0885a496897e5fa41c3eb524e (patch) | |
tree | ffc0380790c6dcd99b93ff8ad01a86a6955322b1 /firmware/export/config-ondiosp.h | |
parent | 572ecef486f972cc10475e201e211e9ce63733d8 (diff) |
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-ondiosp.h')
-rw-r--r-- | firmware/export/config-ondiosp.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/config-ondiosp.h b/firmware/export/config-ondiosp.h index 9d3dd729f2..41ee1e068e 100644 --- a/firmware/export/config-ondiosp.h +++ b/firmware/export/config-ondiosp.h @@ -105,3 +105,9 @@ #define BOOTDIR "/" #endif /* SIMULATOR */ + +#define HAVE_LCD_CONTRAST + +#define MIN_CONTRAST_SETTING 5 +#define MAX_CONTRAST_SETTING 63 + |