diff options
| author | Marianne Arnold <pixelma@rockbox.org> | 2008-05-24 07:21:01 +0000 |
|---|---|---|
| committer | Marianne Arnold <pixelma@rockbox.org> | 2008-05-24 07:21:01 +0000 |
| commit | 402dec539a4aca085e703e3863a5c62bdd82b4b7 (patch) | |
| tree | f58848e11d3beff967e87d082e4d9c9d07d1fd68 /apps/plugins/bitmaps/native/SOURCES | |
| parent | e7355f0a8d337c7d9b55b09555960fdf965df874 (diff) | |
| download | rockbox-402dec539a4aca085e703e3863a5c62bdd82b4b7.zip rockbox-402dec539a4aca085e703e3863a5c62bdd82b4b7.tar.gz rockbox-402dec539a4aca085e703e3863a5c62bdd82b4b7.tar.bz2 rockbox-402dec539a4aca085e703e3863a5c62bdd82b4b7.tar.xz | |
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
Diffstat (limited to 'apps/plugins/bitmaps/native/SOURCES')
| -rw-r--r-- | apps/plugins/bitmaps/native/SOURCES | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index 6762e74..4325da9 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -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) |