forked from len0rd/rockbox
Add cleaned-up xDuoo X3 support
Cleaned up, rebased, and forward-ported from the xvortex fork. (original credit to vsoftster@gmail.com) Change-Id: Ibcc023a0271ea81e901450a88317708c2683236d Signed-off-by: Solomon Peachy <pizza@shaftnet.org>
This commit is contained in:
parent
b3e2bd619b
commit
0662793ca0
114 changed files with 17348 additions and 101 deletions
|
|
@ -108,6 +108,14 @@
|
|||
#define GREYSCALE_RIGHT BUTTON_RIGHT
|
||||
#define GREYSCALE_OFF BUTTON_PLAY
|
||||
|
||||
#elif CONFIG_KEYPAD == XDUOO_X3_PAD
|
||||
#define GREYSCALE_SHIFT BUTTON_PLAY
|
||||
#define GREYSCALE_UP BUTTON_HOME
|
||||
#define GREYSCALE_DOWN BUTTON_OPTION
|
||||
#define GREYSCALE_LEFT BUTTON_PREV
|
||||
#define GREYSCALE_RIGHT BUTTON_NEXT
|
||||
#define GREYSCALE_OFF BUTTON_POWER
|
||||
|
||||
#endif
|
||||
|
||||
#define GFX_HEIGHT (LCD_HEIGHT-8)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue