diff options
author | Jens Arnold <amiconn@rockbox.org> | 2005-07-04 06:25:31 +0000 |
---|---|---|
committer | Jens Arnold <amiconn@rockbox.org> | 2005-07-04 06:25:31 +0000 |
commit | 1d5f07b0a654ca0ee0b6f4785388801ed809af33 (patch) | |
tree | f009675c11bd1488f2b7a66c7c77b501dadef52b /firmware/export/config-recorder.h | |
parent | f89f011508c80985b4dfee4fcc296689c149b30f (diff) |
Preparation for 4-grey LCD mode on H1x0.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7008 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-recorder.h')
-rw-r--r-- | firmware/export/config-recorder.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/config-recorder.h b/firmware/export/config-recorder.h index 4cc378f180..bab6cd17c0 100644 --- a/firmware/export/config-recorder.h +++ b/firmware/export/config-recorder.h @@ -7,6 +7,7 @@ /* LCD dimensions */ #define LCD_WIDTH 112 #define LCD_HEIGHT 64 +#define LCD_DEPTH 1 /* define this if you have the Recorder's 10-key keyboard */ #define CONFIG_KEYPAD RECORDER_PAD |