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
|
@ -34,6 +34,8 @@ chessbox_pieces.176x176x16.bmp
|
|||
chessbox_pieces.128x128x2.bmp
|
||||
#elif (LCD_WIDTH >= 128) && (LCD_HEIGHT >= 128)
|
||||
chessbox_pieces.128x128x1.bmp
|
||||
#elif (LCD_WIDTH >= 104) && (LCD_HEIGHT >= 104) & (LCD_DEPTH > 1)
|
||||
chessbox_pieces.104x104x2.bmp
|
||||
#elif (LCD_WIDTH == 112) && (LCD_HEIGHT == 64) & (LCD_DEPTH == 1)
|
||||
chessbox_pieces.80x64x1.bmp
|
||||
#elif (LCD_WIDTH >= 64) && (LCD_HEIGHT >= 64)
|
||||
|
|
BIN
apps/plugins/bitmaps/native/chessbox_pieces.104x104x2.bmp
Executable file
BIN
apps/plugins/bitmaps/native/chessbox_pieces.104x104x2.bmp
Executable file
Binary file not shown.
After Width: | Height: | Size: 5.3 KiB |
Binary file not shown.
Before Width: | Height: | Size: 894 B After Width: | Height: | Size: 894 B |
|
@ -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
|
||||
|
|
|
@ -198,3 +198,4 @@ Tom Ross
|
|||
Anton Romanov
|
||||
Jean-Luc Ohl
|
||||
Steve Bavin
|
||||
Marianne Arnold
|
||||
|
|
Loading…
Reference in a new issue