From 5386cc205fbbd3d0885a496897e5fa41c3eb524e Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Sun, 18 Nov 2007 13:33:27 +0000 Subject: Move a few #defines to target specific config files git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15658 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-fmrecorder.h | 6 ++++++ firmware/export/config-ondiofm.h | 6 ++++++ firmware/export/config-ondiosp.h | 6 ++++++ firmware/export/config-player.h | 7 +++++++ firmware/export/config-recorder.h | 6 ++++++ firmware/export/config-recorderv2.h | 6 ++++++ 6 files changed, 37 insertions(+) (limited to 'firmware') diff --git a/firmware/export/config-fmrecorder.h b/firmware/export/config-fmrecorder.h index b237bd5804..170bd27041 100644 --- a/firmware/export/config-fmrecorder.h +++ b/firmware/export/config-fmrecorder.h @@ -109,3 +109,9 @@ #define BOOTDIR "/" #endif /* SIMULATOR */ + +#define HAVE_LCD_CONTRAST + +#define MIN_CONTRAST_SETTING 5 +#define MAX_CONTRAST_SETTING 63 + diff --git a/firmware/export/config-ondiofm.h b/firmware/export/config-ondiofm.h index 1a288c5c87..18c0ad7deb 100644 --- a/firmware/export/config-ondiofm.h +++ b/firmware/export/config-ondiofm.h @@ -122,3 +122,9 @@ #define BOOTDIR "/" #endif /* SIMULATOR */ + +#define HAVE_LCD_CONTRAST + +#define MIN_CONTRAST_SETTING 5 +#define MAX_CONTRAST_SETTING 63 + 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 + 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 @@ #define BOOTDIR "/" #endif /* SIMULATOR */ + +#define HAVE_LCD_CONTRAST + +#define MIN_CONTRAST_SETTING 5 +#define MAX_CONTRAST_SETTING 31 +#define DEFAULT_CONTRAST_SETTING 30 + diff --git a/firmware/export/config-recorder.h b/firmware/export/config-recorder.h index bb57ba5666..a5de2a809c 100644 --- a/firmware/export/config-recorder.h +++ b/firmware/export/config-recorder.h @@ -100,3 +100,9 @@ #define BOOTDIR "/" #endif /* SIMULATOR */ + +#define HAVE_LCD_CONTRAST + +#define MIN_CONTRAST_SETTING 5 +#define MAX_CONTRAST_SETTING 63 + diff --git a/firmware/export/config-recorderv2.h b/firmware/export/config-recorderv2.h index f06aa92550..f15879e41b 100644 --- a/firmware/export/config-recorderv2.h +++ b/firmware/export/config-recorderv2.h @@ -109,3 +109,9 @@ #define BOOTDIR "/" #endif /* SIMULATOR */ + +#define HAVE_LCD_CONTRAST + +#define MIN_CONTRAST_SETTING 5 +#define MAX_CONTRAST_SETTING 63 + -- cgit v1.2.3