forked from len0rd/rockbox
Cabbiev2 gigabeat background: reduce WPS backdrop filesize by storing it as 24 bit BMP instead of unnecessary 32 bit.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16802 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
38ed901284
commit
9a7978aeab
34 changed files with 410 additions and 426 deletions
|
@ -78,6 +78,17 @@ PLUGIN_HEADER
|
|||
#define GREYSCALE_LEFT BUTTON_LEFT
|
||||
#define GREYSCALE_RIGHT BUTTON_RIGHT
|
||||
#define GREYSCALE_OFF BUTTON_EQ
|
||||
|
||||
#elif CONFIG_KEYPAD == IAUDIO_M3_PAD
|
||||
#define GREYSCALE_SHIFT BUTTON_RC_PLAY /* somewhat dangerous... */
|
||||
#define GREYSCALE_UP BUTTON_RC_VOL_UP
|
||||
#define GREYSCALE_DOWN BUTTON_RC_VOL_DOWN
|
||||
#define GREYSCALE_LEFT BUTTON_RC_REW
|
||||
#define GREYSCALE_RIGHT BUTTON_RC_FF
|
||||
#define GREYSCALE_OFF BUTTON_RC_REC
|
||||
|
||||
#define GREYSCALE_RC_OFF BUTTON_REC
|
||||
|
||||
#endif
|
||||
|
||||
#define GFX_HEIGHT (LCD_HEIGHT-8)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue