forked from len0rd/rockbox
M:Robe 100: add button definition/bitmaps to plugins and enable compilation
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16469 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9876d91e35
commit
d6c8b57b50
56 changed files with 507 additions and 26 deletions
|
@ -188,6 +188,22 @@ PLUGIN_HEADER
|
|||
#define MANDELBROT_MAXITER_DEC BUTTON_NEXT
|
||||
#define MANDELBROT_RESET BUTTON_MENU
|
||||
|
||||
#elif CONFIG_KEYPAD == MROBE100_PAD
|
||||
#define MANDELBROT_QUIT BUTTON_POWER
|
||||
#define MANDELBROT_UP BUTTON_UP
|
||||
#define MANDELBROT_DOWN BUTTON_DOWN
|
||||
#define MANDELBROT_LEFT BUTTON_LEFT
|
||||
#define MANDELBROT_RIGHT BUTTON_RIGHT
|
||||
#define MANDELBROT_ZOOM_IN_PRE BUTTON_SELECT
|
||||
#define MANDELBROT_ZOOM_IN (BUTTON_SELECT | BUTTON_REL)
|
||||
#define MANDELBROT_ZOOM_OUT_PRE BUTTON_SELECT
|
||||
#define MANDELBROT_ZOOM_OUT (BUTTON_SELECT | BUTTON_REPEAT)
|
||||
#define MANDELBROT_MAXITER_INC BUTTON_MENU
|
||||
#define MANDELBROT_MAXITER_DEC BUTTON_PLAY
|
||||
#define MANDELBROT_RESET BUTTON_DISPLAY
|
||||
|
||||
#else
|
||||
#error No keymap defined!
|
||||
#endif
|
||||
|
||||
#if LCD_DEPTH < 8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue