1
0
Fork 0
forked from len0rd/rockbox

New chessbox graphics for the M3 - a new size to utilise the available display height there.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17619 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Marianne Arnold 2008-05-24 07:21:01 +00:00
parent e7355f0a8d
commit 402dec539a
2 changed files with 2 additions and 0 deletions

View file

@ -134,6 +134,8 @@ chessbox_pieces.128x128x2.bmp
chessbox_pieces.128x128x1.bmp
#elif (LCD_WIDTH >= 104) && (LCD_HEIGHT >= 104) && (LCD_DEPTH > 1)
chessbox_pieces.104x104x2.bmp
#elif (LCD_WIDTH >= 96) && (LCD_HEIGHT >= 96) && (LCD_DEPTH > 1)
chessbox_pieces.96x96x2.bmp
#elif (LCD_WIDTH >= 80) && (LCD_HEIGHT >= 80) && (LCD_DEPTH > 1)
chessbox_pieces.80x80x16.bmp
#elif (LCD_WIDTH == 112) && (LCD_HEIGHT == 64) && (LCD_DEPTH == 1)