diff --git a/firmware/config-player.h b/firmware/config-player.h index cc3816a1cd..eb204fef34 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