From 2404913f45e06fae60d15ed2bf3cfcd5e739ab51 Mon Sep 17 00:00:00 2001 From: Barry Wardell Date: Mon, 25 Sep 2006 17:03:18 +0000 Subject: 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 --- firmware/export/config-recorderv2.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'firmware/export/config-recorderv2.h') 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 -- cgit v1.2.3