From b51f7dfc9b507ab9db12fe90b2ddad708f435e06 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Mon, 21 Nov 2005 23:55:39 +0000 Subject: Backlight handling: * Added 'Caption Backlight' and 'Backlight On When Charging' for the iriver remote LCD. * Enabled the backlight code for the simulator, and prepared backlight simulation. It's only a stub atm, writing messages to the console window. * Added tick task handling to the simulators for this to work. * Code cleanup in backlight.c, less dead code. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8034 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-h300.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'firmware/export/config-h300.h') diff --git a/firmware/export/config-h300.h b/firmware/export/config-h300.h index 256cdeac77..5524a55dc0 100644 --- a/firmware/export/config-h300.h +++ b/firmware/export/config-h300.h @@ -36,6 +36,9 @@ /* Define this if you have an remote lcd */ #define HAVE_REMOTE_LCD +/* Define this for LCD backlight available */ +#define CONFIG_BACKLIGHT BL_IRIVER_H300 /* port controlled PWM */ + /* Define this if you have a software controlled poweroff */ #define HAVE_SW_POWEROFF @@ -69,9 +72,6 @@ /* The size of the flash ROM */ #define FLASH_SIZE 0x400000 -/* Define this for LCD backlight available */ -#define CONFIG_BACKLIGHT BL_IRIVER_H300 /* port controlled PWM */ - /* Define this to the CPU frequency */ #define CPU_FREQ 11289600 -- cgit v1.2.3