summaryrefslogtreecommitdiff
path: root/firmware/export/config-recorderv2.h
diff options
context:
space:
mode:
authorBarry Wardell <rockbox@barrywardell.net>2006-09-25 17:03:18 +0000
committerBarry Wardell <rockbox@barrywardell.net>2006-09-25 17:03:18 +0000
commit2404913f45e06fae60d15ed2bf3cfcd5e739ab51 (patch)
tree63972a1b05724fd84483879fc64d621d4b17fe21 /firmware/export/config-recorderv2.h
parentd5429307d519bd4a44e021e940c38f2d43fdd130 (diff)
downloadrockbox-2404913f45e06fae60d15ed2bf3cfcd5e739ab51.tar.gz
rockbox-2404913f45e06fae60d15ed2bf3cfcd5e739ab51.zip
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/export/config-recorderv2.h')
-rw-r--r--firmware/export/config-recorderv2.h3
1 files changed, 3 insertions, 0 deletions
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 @@
7/* define this if you can flip your LCD */ 7/* define this if you can flip your LCD */
8#define HAVE_LCD_FLIP 8#define HAVE_LCD_FLIP
9 9
10/* define this if you can invert the colours on your LCD */
11#define HAVE_LCD_INVERT
12
10/* define this if you have access to the quickscreen */ 13/* define this if you have access to the quickscreen */
11#define HAVE_QUICKSCREEN 14#define HAVE_QUICKSCREEN
12 15