diff options
author | Jens Arnold <amiconn@rockbox.org> | 2005-11-21 23:55:39 +0000 |
---|---|---|
committer | Jens Arnold <amiconn@rockbox.org> | 2005-11-21 23:55:39 +0000 |
commit | b51f7dfc9b507ab9db12fe90b2ddad708f435e06 (patch) | |
tree | efcef3411689401da21795d700a0741f8ab1072b /firmware/export/config-h120.h | |
parent | e68680ac310adb8373c9f3a5194466766d64cf37 (diff) |
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
Diffstat (limited to 'firmware/export/config-h120.h')
-rw-r--r-- | firmware/export/config-h120.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/config-h120.h b/firmware/export/config-h120.h index d67973c0b3..fd001a470e 100644 --- a/firmware/export/config-h120.h +++ b/firmware/export/config-h120.h @@ -31,6 +31,9 @@ #define CONFIG_LCD LCD_S1D15E06 +/* Define this for LCD backlight available */ +#define CONFIG_BACKLIGHT BL_IRIVER_H100 /* port controlled */ + /* Define this if you have a software controlled poweroff */ #define HAVE_SW_POWEROFF @@ -72,9 +75,6 @@ /* The size of the flash ROM */ #define FLASH_SIZE 0x200000 -/* Define this for LCD backlight available */ -#define CONFIG_BACKLIGHT BL_IRIVER_H100 /* port controlled */ - /* Define this to the CPU frequency */ #define CPU_FREQ 11289600 |