added keypad defines
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@100 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
811da2b759
commit
efca1cd39a
3 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
/* define this if you have a charcell LCD display */
|
||||
#define HAVE_LCD_CHARCELLS 1
|
||||
|
||||
/* define this if you have the Player's keyboard */
|
||||
#define HAVE_PLAYER_KEYPAD 1
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
/* define this if you have a charcell LCD display */
|
||||
#define HAVE_LCD_CHARCELLS 1
|
||||
|
||||
/* define this if you have the Player's keyboard */
|
||||
#define HAVE_PLAYER_KEYPAD 1
|
||||
|
|
|
@ -3,3 +3,6 @@
|
|||
|
||||
/* define this if you have a bitmap LCD display */
|
||||
#define HAVE_LCD_BITMAP 1
|
||||
|
||||
/* define this if you have the Recorder's 10-key keyboard */
|
||||
#define HAVE_RECORDER_KEYPAD 1
|
||||
|
|
Loading…
Reference in a new issue