diff options
author | Zakk Roberts <midk@rockbox.org> | 2006-03-28 02:00:35 +0000 |
---|---|---|
committer | Zakk Roberts <midk@rockbox.org> | 2006-03-28 02:00:35 +0000 |
commit | f639df3b8ea9873598babf36c0a9b7b0106374c3 (patch) | |
tree | 6509db3bb6f040a7a8548aef663131f88ec78b01 /firmware/export/config-h100.h | |
parent | 6382e883e390a3bceaf1bddf3c86c4daa08c011f (diff) |
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
Diffstat (limited to 'firmware/export/config-h100.h')
-rw-r--r-- | firmware/export/config-h100.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h index bc8968902d..3185801078 100644 --- a/firmware/export/config-h100.h +++ b/firmware/export/config-h100.h @@ -13,6 +13,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 160 #define LCD_HEIGHT 128 |