From 4cd7597172d916db9fc99bde4c03b669366f852a Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Wed, 11 Feb 2009 00:36:30 +0000 Subject: Fix no-backlight colours for H100 series and M3. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19970 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-h100.h | 2 +- firmware/export/config-h120.h | 2 +- firmware/export/config-iaudiom3.h | 2 +- 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 -- cgit v1.2.3