diff options
| author | Martin Arver <martin.arver@gmail.com> | 2006-03-27 14:18:17 +0000 |
|---|---|---|
| committer | Martin Arver <martin.arver@gmail.com> | 2006-03-27 14:18:17 +0000 |
| commit | 0468064c28a79a05a0823651dbddcf7959f598fb (patch) | |
| tree | 6c2f314ef1e837810b01ac370c8d953665be0935 /apps/plugins/bitmaps/native/SOURCES | |
| parent | 99538b73f52d36a6c16d7d6c2de40eed1db29844 (diff) | |
| download | rockbox-0468064c28a79a05a0823651dbddcf7959f598fb.zip rockbox-0468064c28a79a05a0823651dbddcf7959f598fb.tar.gz rockbox-0468064c28a79a05a0823651dbddcf7959f598fb.tar.bz2 rockbox-0468064c28a79a05a0823651dbddcf7959f598fb.tar.xz | |
ChessBox: Add 10x8 pixel pieces for the Archoses from Miguel A. Arévalo (P#4921)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9289 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 4de697c..0718ffa 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -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 == 112) && (LCD_HEIGHT == 64) & (LCD_DEPTH == 1) +chessbox_pieces.80x64x1.bmp #elif (LCD_WIDTH >= 64) && (LCD_HEIGHT >= 64) chessbox_pieces.64x64x1.bmp #endif |