summaryrefslogtreecommitdiff
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
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
-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 @@
46 46
47/* Display colours, for screenshots and sim (0xRRGGBB) */ 47/* Display colours, for screenshots and sim (0xRRGGBB) */
48#define LCD_DARKCOLOR 0x000000 48#define LCD_DARKCOLOR 0x000000
49#define LCD_BRIGHTCOLOR 0x7e917e 49#define LCD_BRIGHTCOLOR 0x5a915a
50#define LCD_BL_DARKCOLOR 0x000000 50#define LCD_BL_DARKCOLOR 0x000000
51#define LCD_BL_BRIGHTCOLOR 0xadd8e6 51#define LCD_BL_BRIGHTCOLOR 0xadd8e6
52 52
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
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 @@
54 54
55/* Display colours, for screenshots and sim (0xRRGGBB) */ 55/* Display colours, for screenshots and sim (0xRRGGBB) */
56#define LCD_DARKCOLOR 0x000000 56#define LCD_DARKCOLOR 0x000000
57#define LCD_BRIGHTCOLOR 0x7e917e 57#define LCD_BRIGHTCOLOR 0x5a915a
58#define LCD_BL_DARKCOLOR 0x000000 58#define LCD_BL_DARKCOLOR 0x000000
59#define LCD_BL_BRIGHTCOLOR 0x82b4fa 59#define LCD_BL_BRIGHTCOLOR 0x82b4fa
60 60