diff options
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 6859315..3e38f9b 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 |