forked from len0rd/rockbox
Sansa Clip: build plugins (FS#9578)
Use unmodified C200 keymap when possible, variation of it when not Use Archos bitmaps when possible Current problems: - Pegbox plugin shows display corruption (corruption is different in the simulator) - Bubbles plugin misses 1 or 2 bottom lines, but if we gain back these lines it occupies a too small area of the screen - Splitted screen (yellow/blue) is a bit weird in most plugins git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19252 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ddaa878097
commit
5656f8245f
59 changed files with 338 additions and 48 deletions
|
@ -197,6 +197,18 @@ PLUGIN_HEADER
|
|||
#define VIEWER_LINE_UP BUTTON_UP
|
||||
#define VIEWER_LINE_DOWN BUTTON_DOWN
|
||||
|
||||
/* Sansa Clip keys */
|
||||
#elif CONFIG_KEYPAD == SANSA_CLIP_PAD
|
||||
#define VIEWER_QUIT BUTTON_POWER
|
||||
#define VIEWER_PAGE_UP BUTTON_VOL_UP
|
||||
#define VIEWER_PAGE_DOWN BUTTON_VOL_DOWN
|
||||
#define VIEWER_SCREEN_LEFT BUTTON_LEFT
|
||||
#define VIEWER_SCREEN_RIGHT BUTTON_RIGHT
|
||||
#define VIEWER_MENU BUTTON_SELECT
|
||||
#define VIEWER_AUTOSCROLL BUTTON_HOME
|
||||
#define VIEWER_LINE_UP BUTTON_UP
|
||||
#define VIEWER_LINE_DOWN BUTTON_DOWN
|
||||
|
||||
/* iriver H10 keys */
|
||||
#elif CONFIG_KEYPAD == IRIVER_H10_PAD
|
||||
#define VIEWER_QUIT BUTTON_POWER
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue