From f639df3b8ea9873598babf36c0a9b7b0106374c3 Mon Sep 17 00:00:00 2001 From: Zakk Roberts Date: Tue, 28 Mar 2006 02:00:35 +0000 Subject: Clean up the LCD Settings menu for some targets: hide the Contrast and Invert options for color LCDs; the Flip Display option is now only available on supported targets. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9300 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-ondiosp.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'firmware/export/config-ondiosp.h') diff --git a/firmware/export/config-ondiosp.h b/firmware/export/config-ondiosp.h index 41490f3e3e..a856450972 100644 --- a/firmware/export/config-ondiosp.h +++ b/firmware/export/config-ondiosp.h @@ -1,6 +1,9 @@ /* define this if you have a bitmap LCD display */ #define HAVE_LCD_BITMAP 1 +/* define this if you can flip your LCD */ +#define HAVE_LCD_FLIP + /* LCD dimensions */ #define LCD_WIDTH 112 #define LCD_HEIGHT 64 -- cgit v1.2.3