forked from len0rd/rockbox
Chessbox: New pieces for ipod mini, and simplified, easier recognisable pieces for the tiny archos LCD, by Marianne Arnold. * Mapped restart button for Ondios & recorders.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9675 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
bf397b5635
commit
7aac7520ac
5 changed files with 9 additions and 0 deletions
|
|
@ -90,6 +90,7 @@ PLUGIN_HEADER
|
|||
#define CB_RIGHT BUTTON_RIGHT
|
||||
#define CB_PLAY BUTTON_ON
|
||||
#define CB_LEVEL BUTTON_F1
|
||||
#define CB_RESTART BUTTON_F3
|
||||
#define CB_QUIT BUTTON_OFF
|
||||
|
||||
#elif CONFIG_KEYPAD == ONDIO_PAD
|
||||
|
|
@ -102,6 +103,7 @@ PLUGIN_HEADER
|
|||
#define CB_PLAY_PRE BUTTON_MENU
|
||||
#define CB_PLAY (BUTTON_MENU|BUTTON_REPEAT)
|
||||
#define CB_LEVEL (BUTTON_MENU|BUTTON_OFF)
|
||||
#define CB_RESTART (BUTTON_MENU|BUTTON_LEFT)
|
||||
#define CB_QUIT BUTTON_OFF
|
||||
|
||||
#elif (CONFIG_KEYPAD == GIGABEAT_PAD)
|
||||
|
|
@ -130,6 +132,10 @@ PLUGIN_HEADER
|
|||
#elif (LCD_HEIGHT >= 128) && (LCD_WIDTH >= 128)
|
||||
#define TILE_WIDTH 16
|
||||
#define TILE_HEIGHT 16
|
||||
/* use 13x13 tiles */
|
||||
#elif (LCD_HEIGHT >= 104) && (LCD_WIDTH >= 104)
|
||||
#define TILE_WIDTH 13
|
||||
#define TILE_HEIGHT 13
|
||||
/* use 10x8 tiles , only for the archoses */
|
||||
#elif (LCD_HEIGHT == 64) && (LCD_WIDTH == 112)
|
||||
#define TILE_WIDTH 10
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue