summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-04-25 15:09:32 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-04-25 15:09:32 +0000
commitb3674e25123bdb083eac3113c6dd40bca26352dc (patch)
treeb4867ad5a41a54dc8b0278a027070c0f80022d8a
parent29db1a9e720f8ca8ae497bee3c8022e91e86b235 (diff)
downloadrockbox-b3674e25123bdb083eac3113c6dd40bca26352dc.zip
rockbox-b3674e25123bdb083eac3113c6dd40bca26352dc.tar.gz
rockbox-b3674e25123bdb083eac3113c6dd40bca26352dc.tar.bz2
rockbox-b3674e25123bdb083eac3113c6dd40bca26352dc.tar.xz
Added HAVE_NEW_CHARCELL_LCD
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@237 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/config-player.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/config-player.h b/firmware/config-player.h
index cc3816a..eb204fe 100644
--- a/firmware/config-player.h
+++ b/firmware/config-player.h
@@ -3,3 +3,6 @@
/* define this if you have the Player's keyboard */
#define HAVE_PLAYER_KEYPAD 1
+
+/* define this if you have a post-4.50 charcell LCD display */
+#define HAVE_NEW_CHARCELL_LCD 1