1
0
Fork 0
forked from len0rd/rockbox

Added HAVE_NEW_CHARCELL_LCD

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@237 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2002-04-25 15:09:32 +00:00
parent 29db1a9e72
commit b3674e2512

View file

@ -3,3 +3,6 @@
/* define this if you have the Player's keyboard */ /* define this if you have the Player's keyboard */
#define HAVE_PLAYER_KEYPAD 1 #define HAVE_PLAYER_KEYPAD 1
/* define this if you have a post-4.50 charcell LCD display */
#define HAVE_NEW_CHARCELL_LCD 1