summaryrefslogtreecommitdiffstats
path: root/firmware
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
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')
-rw-r--r--firmware/export/config-h100.h2
-rw-r--r--firmware/export/config-h120.h2
-rw-r--r--firmware/export/config-iaudiom3.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h
index 34ba3e5ad9..1a3c75ebf8 100644
--- a/firmware/export/config-h100.h
+++ b/firmware/export/config-h100.h
@@ -46,7 +46,7 @@
/* Display colours, for screenshots and sim (0xRRGGBB) */
#define LCD_DARKCOLOR 0x000000
-#define LCD_BRIGHTCOLOR 0x7e917e
+#define LCD_BRIGHTCOLOR 0x5a915a
#define LCD_BL_DARKCOLOR 0x000000
#define LCD_BL_BRIGHTCOLOR 0xadd8e6
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 @@
/* Display colours, for screenshots and sim (0xRRGGBB) */
#define LCD_DARKCOLOR 0x000000
-#define LCD_BRIGHTCOLOR 0x7e917e
+#define LCD_BRIGHTCOLOR 0x5a915a
#define LCD_BL_DARKCOLOR 0x000000
#define LCD_BL_BRIGHTCOLOR 0xadd8e6
diff --git a/firmware/export/config-iaudiom3.h b/firmware/export/config-iaudiom3.h
index e72813c853..a09be04c17 100644
--- a/firmware/export/config-iaudiom3.h
+++ b/firmware/export/config-iaudiom3.h
@@ -54,7 +54,7 @@
/* Display colours, for screenshots and sim (0xRRGGBB) */
#define LCD_DARKCOLOR 0x000000
-#define LCD_BRIGHTCOLOR 0x7e917e
+#define LCD_BRIGHTCOLOR 0x5a915a
#define LCD_BL_DARKCOLOR 0x000000
#define LCD_BL_BRIGHTCOLOR 0x82b4fa