diff options
author | Barry Wardell <rockbox@barrywardell.net> | 2006-09-25 17:03:18 +0000 |
---|---|---|
committer | Barry Wardell <rockbox@barrywardell.net> | 2006-09-25 17:03:18 +0000 |
commit | 2404913f45e06fae60d15ed2bf3cfcd5e739ab51 (patch) | |
tree | 63972a1b05724fd84483879fc64d621d4b17fe21 /firmware | |
parent | d5429307d519bd4a44e021e940c38f2d43fdd130 (diff) |
Enable LCD invert setting in the menu for all targets that support it. This adds the menu option to H10 20GB and X5 builds.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11048 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r-- | firmware/export/config-fmrecorder.h | 3 | ||||
-rw-r--r-- | firmware/export/config-gmini120.h | 3 | ||||
-rw-r--r-- | firmware/export/config-gminisp.h | 3 | ||||
-rw-r--r-- | firmware/export/config-h10.h | 3 | ||||
-rw-r--r-- | firmware/export/config-h100.h | 3 | ||||
-rw-r--r-- | firmware/export/config-h120.h | 3 | ||||
-rw-r--r-- | firmware/export/config-iaudiox5.h | 3 | ||||
-rw-r--r-- | firmware/export/config-ipod3g.h | 3 | ||||
-rw-r--r-- | firmware/export/config-ipod4g.h | 3 | ||||
-rw-r--r-- | firmware/export/config-ipodmini.h | 3 | ||||
-rwxr-xr-x | firmware/export/config-ipodmini2g.h | 3 | ||||
-rw-r--r-- | firmware/export/config-ondiofm.h | 3 | ||||
-rw-r--r-- | firmware/export/config-ondiosp.h | 3 | ||||
-rw-r--r-- | firmware/export/config-recorder.h | 3 | ||||
-rw-r--r-- | firmware/export/config-recorderv2.h | 3 |
15 files changed, 45 insertions, 0 deletions
diff --git a/firmware/export/config-fmrecorder.h b/firmware/export/config-fmrecorder.h index 4009d334ab..995ca3658b 100644 --- a/firmware/export/config-fmrecorder.h +++ b/firmware/export/config-fmrecorder.h @@ -7,6 +7,9 @@ /* define this if you can flip your LCD */ #define HAVE_LCD_FLIP +/* define this if you can invert the colours on your LCD */ +#define HAVE_LCD_INVERT + /* define this if you have access to the quickscreen */ #define HAVE_QUICKSCREEN /* define this if you have access to the pitchscreen */ diff --git a/firmware/export/config-gmini120.h b/firmware/export/config-gmini120.h index 66ba7af09e..5aed9a5f7d 100644 --- a/firmware/export/config-gmini120.h +++ b/firmware/export/config-gmini120.h @@ -7,6 +7,9 @@ /* define this if you have a bitmap LCD display */ #define HAVE_LCD_BITMAP 1 +/* define this if you can invert the colours on your LCD */ +#define HAVE_LCD_INVERT + /* define this if you have a real-time clock */ #define CONFIG_RTC RTC_M41ST84W diff --git a/firmware/export/config-gminisp.h b/firmware/export/config-gminisp.h index 8df7b0f5a1..b309c173a9 100644 --- a/firmware/export/config-gminisp.h +++ b/firmware/export/config-gminisp.h @@ -4,6 +4,9 @@ /* define this if you have a bitmap LCD display */ #define HAVE_LCD_BITMAP 1 +/* define this if you can invert the colours on your LCD */ +#define HAVE_LCD_INVERT + /* LCD dimensions */ #define LCD_WIDTH 128 #define LCD_HEIGHT 64 diff --git a/firmware/export/config-h10.h b/firmware/export/config-h10.h index df778e24f0..921e31cf08 100644 --- a/firmware/export/config-h10.h +++ b/firmware/export/config-h10.h @@ -31,6 +31,9 @@ /* define this if you can flip your LCD */ #define HAVE_LCD_FLIP +/* define this if you can invert the colours on your LCD */ +#define HAVE_LCD_INVERT + /* #define IRAM_LCDFRAMEBUFFER IDATA_ATTR *//* put the lcd frame buffer in IRAM */ #define CONFIG_KEYPAD IRIVER_H10_PAD diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h index f150e56ff0..aacb30dd44 100644 --- a/firmware/export/config-h100.h +++ b/firmware/export/config-h100.h @@ -16,6 +16,9 @@ /* define this if you can flip your LCD */ #define HAVE_LCD_FLIP +/* define this if you can invert the colours on your LCD */ +#define HAVE_LCD_INVERT + /* define this if you have access to the quickscreen */ #define HAVE_QUICKSCREEN /* define this if you have access to the pitchscreen */ diff --git a/firmware/export/config-h120.h b/firmware/export/config-h120.h index 5ef7f862f5..79ad613968 100644 --- a/firmware/export/config-h120.h +++ b/firmware/export/config-h120.h @@ -12,6 +12,9 @@ /* define this if you can flip your LCD */ #define HAVE_LCD_FLIP +/* define this if you can invert the colours on your LCD */ +#define HAVE_LCD_INVERT + /* define this if you have access to the quickscreen */ #define HAVE_QUICKSCREEN /* define this if you have access to the pitchscreen */ diff --git a/firmware/export/config-iaudiox5.h b/firmware/export/config-iaudiox5.h index cbb9992788..c3cd157781 100644 --- a/firmware/export/config-iaudiox5.h +++ b/firmware/export/config-iaudiox5.h @@ -15,6 +15,9 @@ /* define this if you have a colour LCD */ #define HAVE_LCD_COLOR 1 +/* define this if you can invert the colours on your LCD */ +#define HAVE_LCD_INVERT + /* define this if you have access to the quickscreen */ #define HAVE_QUICKSCREEN diff --git a/firmware/export/config-ipod3g.h b/firmware/export/config-ipod3g.h index 7a7000c080..2f008e17c8 100644 --- a/firmware/export/config-ipod3g.h +++ b/firmware/export/config-ipod3g.h @@ -12,6 +12,9 @@ /* define this if you have a bitmap LCD display */ #define HAVE_LCD_BITMAP 1 +/* define this if you can invert the colours on your LCD */ +#define HAVE_LCD_INVERT + /* define this if you have access to the quickscreen */ #define HAVE_QUICKSCREEN /* define this if you have access to the pitchscreen */ diff --git a/firmware/export/config-ipod4g.h b/firmware/export/config-ipod4g.h index 163d91c3db..a5f186782f 100644 --- a/firmware/export/config-ipod4g.h +++ b/firmware/export/config-ipod4g.h @@ -12,6 +12,9 @@ /* define this if you have a bitmap LCD display */ #define HAVE_LCD_BITMAP 1 +/* define this if you can invert the colours on your LCD */ +#define HAVE_LCD_INVERT + /* define this if you have access to the quickscreen */ #define HAVE_QUICKSCREEN /* define this if you have access to the pitchscreen */ diff --git a/firmware/export/config-ipodmini.h b/firmware/export/config-ipodmini.h index 12bc658610..f6d51aefaa 100644 --- a/firmware/export/config-ipodmini.h +++ b/firmware/export/config-ipodmini.h @@ -12,6 +12,9 @@ /* define this if you have a bitmap LCD display */ #define HAVE_LCD_BITMAP 1 +/* define this if you can invert the colours on your LCD */ +#define HAVE_LCD_INVERT + /* define this if you have access to the quickscreen */ #define HAVE_QUICKSCREEN /* define this if you have access to the pitchscreen */ diff --git a/firmware/export/config-ipodmini2g.h b/firmware/export/config-ipodmini2g.h index 2b2e967599..a7e1a3a5ee 100755 --- a/firmware/export/config-ipodmini2g.h +++ b/firmware/export/config-ipodmini2g.h @@ -12,6 +12,9 @@ /* define this if you have a bitmap LCD display */ #define HAVE_LCD_BITMAP 1 +/* define this if you can invert the colours on your LCD */ +#define HAVE_LCD_INVERT + /* define this if you have access to the quickscreen */ #define HAVE_QUICKSCREEN /* define this if you have access to the pitchscreen */ diff --git a/firmware/export/config-ondiofm.h b/firmware/export/config-ondiofm.h index ec20929b62..745b1ba782 100644 --- a/firmware/export/config-ondiofm.h +++ b/firmware/export/config-ondiofm.h @@ -7,6 +7,9 @@ /* define this if you can flip your LCD */ #define HAVE_LCD_FLIP +/* define this if you can invert the colours on your LCD */ +#define HAVE_LCD_INVERT + /* LCD dimensions */ #define LCD_WIDTH 112 #define LCD_HEIGHT 64 diff --git a/firmware/export/config-ondiosp.h b/firmware/export/config-ondiosp.h index c6b70e3685..19c59c3aca 100644 --- a/firmware/export/config-ondiosp.h +++ b/firmware/export/config-ondiosp.h @@ -4,6 +4,9 @@ /* define this if you can flip your LCD */ #define HAVE_LCD_FLIP +/* define this if you can invert the colours on your LCD */ +#define HAVE_LCD_INVERT + /* LCD dimensions */ #define LCD_WIDTH 112 #define LCD_HEIGHT 64 diff --git a/firmware/export/config-recorder.h b/firmware/export/config-recorder.h index 854b1c1ade..ca9d1f3f04 100644 --- a/firmware/export/config-recorder.h +++ b/firmware/export/config-recorder.h @@ -7,6 +7,9 @@ /* define this if you can flip your LCD */ #define HAVE_LCD_FLIP +/* define this if you can invert the colours on your LCD */ +#define HAVE_LCD_INVERT + /* define this if you have access to the quickscreen */ #define HAVE_QUICKSCREEN diff --git a/firmware/export/config-recorderv2.h b/firmware/export/config-recorderv2.h index 09823cffb2..4f0682077f 100644 --- a/firmware/export/config-recorderv2.h +++ b/firmware/export/config-recorderv2.h @@ -7,6 +7,9 @@ /* define this if you can flip your LCD */ #define HAVE_LCD_FLIP +/* define this if you can invert the colours on your LCD */ +#define HAVE_LCD_INVERT + /* define this if you have access to the quickscreen */ #define HAVE_QUICKSCREEN |