forked from len0rd/rockbox
IRiver: some defines
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6289 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
769af0e3d7
commit
d1e89d6080
1 changed files with 7 additions and 0 deletions
|
|
@ -8,6 +8,10 @@
|
|||
#define LCD_WIDTH 160
|
||||
#define LCD_HEIGHT 128
|
||||
|
||||
/* remote LCD */
|
||||
#define LCD_REMOTE_WIDTH 132
|
||||
#define LCD_REMOTE_HEIGHT 65
|
||||
|
||||
#define CONFIG_KEYPAD IRIVER_H100_PAD
|
||||
|
||||
/* Define this if you do software codec */
|
||||
|
|
@ -62,4 +66,7 @@
|
|||
/* Define this if you can control the S/PDIF power */
|
||||
#define HAVE_SPDIF_POWER
|
||||
|
||||
/* Define this if you have an remote lcd */
|
||||
#define HAVE_REMOTE_LCD
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue