diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-04-25 15:22:58 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-04-25 15:22:58 +0000 |
commit | f736fd54e0bdfdef715e3da2dddbbd25f52fcb2f (patch) | |
tree | b7521c0cc24a9692e56e100892b7449d4a6718d2 /firmware/CONFIG | |
parent | b3674e25123bdb083eac3113c6dd40bca26352dc (diff) |
documented HAVE_NEW_CHARCELL_LCD
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@238 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/CONFIG')
-rw-r--r-- | firmware/CONFIG | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/CONFIG b/firmware/CONFIG index 6859315322..3e38f9bad9 100644 --- a/firmware/CONFIG +++ b/firmware/CONFIG @@ -12,6 +12,9 @@ /* define this if you have a charcell LCD display */ #define HAVE_LCD_CHARCELLS 1 +/* define this if you have a post-4.50 charcell LCD display */ +#define HAVE_NEW_CHARCELL_LCD 1 + /* define this if you have the Recorder's 10-key keyboard */ #define HAVE_RECORDER_KEYPAD 1 |