summaryrefslogtreecommitdiff
path: root/firmware/export/config-h120.h
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2009-02-11 00:36:30 +0000
committerJens Arnold <amiconn@rockbox.org>2009-02-11 00:36:30 +0000
commit4cd7597172d916db9fc99bde4c03b669366f852a (patch)
tree289a83a460fa3097bef5621942e501dff2753da6 /firmware/export/config-h120.h
parent8b948c34f53f8d83ec0e9812041e06e7418dd030 (diff)
downloadrockbox-4cd7597172d916db9fc99bde4c03b669366f852a.tar.gz
rockbox-4cd7597172d916db9fc99bde4c03b669366f852a.zip
Fix no-backlight colours for H100 series and M3.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19970 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-h120.h')
-rw-r--r--firmware/export/config-h120.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config-h120.h b/firmware/export/config-h120.h
index 37c1872335..bb8e1f7184 100644
--- a/firmware/export/config-h120.h
+++ b/firmware/export/config-h120.h
@@ -41,7 +41,7 @@
41 41
42/* Display colours, for screenshots and sim (0xRRGGBB) */ 42/* Display colours, for screenshots and sim (0xRRGGBB) */
43#define LCD_DARKCOLOR 0x000000 43#define LCD_DARKCOLOR 0x000000
44#define LCD_BRIGHTCOLOR 0x7e917e 44#define LCD_BRIGHTCOLOR 0x5a915a
45#define LCD_BL_DARKCOLOR 0x000000 45#define LCD_BL_DARKCOLOR 0x000000
46#define LCD_BL_BRIGHTCOLOR 0xadd8e6 46#define LCD_BL_BRIGHTCOLOR 0xadd8e6
47 47