From 00ce880da779699d86159ab2eaea2474e9a2b151 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Fri, 10 Nov 2006 01:30:09 +0000 Subject: Removed the settings #defines from backlight.h since they are now in the players' config files. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11489 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/backlight.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'firmware') diff --git a/firmware/export/backlight.h b/firmware/export/backlight.h index 6875768f0c..1cd6c47f36 100644 --- a/firmware/export/backlight.h +++ b/firmware/export/backlight.h @@ -77,18 +77,6 @@ void sim_remote_backlight(int value); #endif #ifdef HAVE_BACKLIGHT_BRIGHTNESS - -#ifdef IAUDIO_X5 -/* PFC50506 can output 0%-100% duty cycle but D305A expects %15-100%. */ -#define MIN_BRIGHTNESS_SETTING 1 /* 15/16 (93.75%) */ -#define MAX_BRIGHTNESS_SETTING 13 /* 3/16 (18.75%) */ -#define DEFAULT_BRIGHTNESS_SETTING 8 /* 8/16 (50.00%) = x5 boot default */ -#else -#define MIN_BRIGHTNESS_SETTING 2 /* 2/16 (12.50%) */ -#define MAX_BRIGHTNESS_SETTING 15 /* 15/16 (93.75%) */ -#define DEFAULT_BRIGHTNESS_SETTING 9 /* 9/16 (56.25%) */ -#endif - void backlight_set_brightness(int val); #endif /* HAVE_BACKLIGHT_BRIGHTNESS */ -- cgit v1.2.3