summaryrefslogtreecommitdiff
path: root/firmware/export/config-h300.h
diff options
context:
space:
mode:
authorZakk Roberts <midk@rockbox.org>2006-03-28 02:00:35 +0000
committerZakk Roberts <midk@rockbox.org>2006-03-28 02:00:35 +0000
commitf639df3b8ea9873598babf36c0a9b7b0106374c3 (patch)
tree6509db3bb6f040a7a8548aef663131f88ec78b01 /firmware/export/config-h300.h
parent6382e883e390a3bceaf1bddf3c86c4daa08c011f (diff)
downloadrockbox-f639df3b8ea9873598babf36c0a9b7b0106374c3.tar.gz
rockbox-f639df3b8ea9873598babf36c0a9b7b0106374c3.zip
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-h300.h')
-rw-r--r--firmware/export/config-h300.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-h300.h b/firmware/export/config-h300.h
index 88feb9d649..8a01203b87 100644
--- a/firmware/export/config-h300.h
+++ b/firmware/export/config-h300.h
@@ -12,6 +12,9 @@
12/* define this if you have a colour LCD */ 12/* define this if you have a colour LCD */
13#define HAVE_LCD_COLOR 1 13#define HAVE_LCD_COLOR 1
14 14
15/* define this if you can flip your LCD */
16#define HAVE_LCD_FLIP
17
15/* LCD dimensions */ 18/* LCD dimensions */
16#define LCD_WIDTH 220 19#define LCD_WIDTH 220
17#define LCD_HEIGHT 176 20#define LCD_HEIGHT 176