forked from len0rd/rockbox
iPod: Make the plugins compile on the iPod 4G grayscale
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8588 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
fa74356083
commit
d350e80b40
5 changed files with 87 additions and 19 deletions
|
@ -42,9 +42,15 @@ static unsigned char sp1, sp2, sp3, sp4; /* Speed of plasma */
|
|||
static int plasma_frequency;
|
||||
|
||||
/* Key assignement, all bitmapped models */
|
||||
#if (CONFIG_KEYPAD == IPOD_3G_PAD) || (CONFIG_KEYPAD == IPOD_4G_PAD)
|
||||
#define PLASMA_QUIT BUTTON_MENU
|
||||
#define PLASMA_INCREASE_FREQUENCY BUTTON_SCROLL_FWD
|
||||
#define PLASMA_DECREASE_FREQUENCY BUTTON_SCROLL_BACK
|
||||
#else
|
||||
#define PLASMA_QUIT BUTTON_OFF
|
||||
#define PLASMA_INCREASE_FREQUENCY BUTTON_UP
|
||||
#define PLASMA_DECREASE_FREQUENCY BUTTON_DOWN
|
||||
#endif
|
||||
|
||||
#define WAV_AMP 90
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue