forked from len0rd/rockbox
iAudio M3: Optimised LCD driver, with more/better assembly code. Speedup is ~80% when boosted, ~15% when unboosted. Also implemented grey phase blitting. * Adapted the greyscale library, and the plugins using it. * Fixed a bug in greyscale scroll down for vertically packed pixels.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16809 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6ceaf321f3
commit
40919d7db2
20 changed files with 744 additions and 315 deletions
|
@ -202,6 +202,15 @@ PLUGIN_IRAM_DECLARE
|
|||
#define MPEG_RW BUTTON_LEFT
|
||||
#define MPEG_FF BUTTON_RIGHT
|
||||
|
||||
#elif CONFIG_KEYPAD == IAUDIO_M3_PAD
|
||||
#define MPEG_MENU BUTTON_RC_MENU
|
||||
#define MPEG_STOP BUTTON_RC_REC
|
||||
#define MPEG_PAUSE BUTTON_RC_PLAY
|
||||
#define MPEG_VOLDOWN BUTTON_RC_VOL_DOWN
|
||||
#define MPEG_VOLUP BUTTON_RC_VOL_UP
|
||||
#define MPEG_RW BUTTON_RC_REW
|
||||
#define MPEG_FF BUTTON_RC_FF
|
||||
|
||||
#elif CONFIG_KEYPAD == COWOND2_PAD
|
||||
#define MPEG_MENU BUTTON_MENU
|
||||
#define MPEG_STOP BUTTON_POWER
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue