diff options
author | Hristo Kovachev <bger@rockbox.org> | 2005-12-22 10:43:36 +0000 |
---|---|---|
committer | Hristo Kovachev <bger@rockbox.org> | 2005-12-22 10:43:36 +0000 |
commit | 9b83c6c4bddca41411d31b8aab17ecc577b37eb4 (patch) | |
tree | 3311cff5a451e4462e02feffdfe4ddc610eeb6e5 /firmware/export/config-h300.h | |
parent | 9d67765cae62e873c3d004bf9bcb68947f1568f6 (diff) |
Patch No 1387627 by Peter D'Hoye: Backlight Brightness setting for H300
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8280 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-h300.h')
-rw-r--r-- | firmware/export/config-h300.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config-h300.h b/firmware/export/config-h300.h index 20e27c505b..54a2ef543f 100644 --- a/firmware/export/config-h300.h +++ b/firmware/export/config-h300.h @@ -100,4 +100,6 @@ #define BOOTFILE_EXT "iriver" #define BOOTFILE "rockbox." BOOTFILE_EXT +#define HAVE_BACKLIGHT_BRIGHTNESS + #endif |