From f736fd54e0bdfdef715e3da2dddbbd25f52fcb2f Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 25 Apr 2002 15:22:58 +0000 Subject: documented HAVE_NEW_CHARCELL_LCD git-svn-id: svn://svn.rockbox.org/rockbox/trunk@238 a1c6a512-1295-4272-9138-f99709370657 --- firmware/CONFIG | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3