summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-04-25 15:22:58 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-04-25 15:22:58 +0000
commitf736fd54e0bdfdef715e3da2dddbbd25f52fcb2f (patch)
treeb7521c0cc24a9692e56e100892b7449d4a6718d2
parentb3674e25123bdb083eac3113c6dd40bca26352dc (diff)
downloadrockbox-f736fd54e0bdfdef715e3da2dddbbd25f52fcb2f.tar.gz
rockbox-f736fd54e0bdfdef715e3da2dddbbd25f52fcb2f.zip
documented HAVE_NEW_CHARCELL_LCD
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@238 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/CONFIG3
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 @@
12/* define this if you have a charcell LCD display */ 12/* define this if you have a charcell LCD display */
13#define HAVE_LCD_CHARCELLS 1 13#define HAVE_LCD_CHARCELLS 1
14 14
15/* define this if you have a post-4.50 charcell LCD display */
16#define HAVE_NEW_CHARCELL_LCD 1
17
15/* define this if you have the Recorder's 10-key keyboard */ 18/* define this if you have the Recorder's 10-key keyboard */
16#define HAVE_RECORDER_KEYPAD 1 19#define HAVE_RECORDER_KEYPAD 1
17 20