diff options
| -rw-r--r-- | firmware/config-player.h | 3 |
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 |