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-recorder.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'firmware/export/config-recorder.h') 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 + -- cgit v1.2.3