From 91522721f4a6f4449e14e1b3ccb9f6f2add5d814 Mon Sep 17 00:00:00 2001 From: Hristo Kovachev Date: Wed, 22 Feb 2006 14:24:54 +0000 Subject: =?UTF-8?q?New=20chessbox=20plugin=20by=20Miguel=20A.=20Ar=C3=90?= =?UTF-8?q?=C2=93=C3=82=C2=A9valo,=20based=20on=20GNU=20Chess=20v2=20Not?= =?UTF-8?q?=20built=20yet=20because=20of=20a=20missing=20dependancy=20with?= =?UTF-8?q?=20the=20pieces'=20bitmaps.=20Someone=20with=20Makefile=20knowl?= =?UTF-8?q?edge,=20please,=20look=20at=20it!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8778 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/bitmaps/native/SOURCES | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'apps/plugins/bitmaps/native/SOURCES') diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index 380022c..bd1a5cb 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -17,6 +17,19 @@ bejeweled_jewels.220x176x16.bmp bejeweled_jewels.320x240x16.bmp #endif +/* ChessBox */ +#if (LCD_WIDTH >= 240) && (LCD_HEIGHT >= 240) & (LCD_DEPTH >= 16) +chessbox_pieces.240x240x16.bmp +#elif (LCD_WIDTH >= 176) && (LCD_HEIGHT >= 176) & (LCD_DEPTH >= 16) +chessbox_pieces.176x176x16.bmp +#elif (LCD_WIDTH >= 128) && (LCD_HEIGHT >= 128) & (LCD_DEPTH > 1) +chessbox_pieces.128x128x2.bmp +#elif (LCD_WIDTH >= 128) && (LCD_HEIGHT >= 128) +chessbox_pieces.128x128x1.bmp +#elif (LCD_WIDTH >= 64) && (LCD_HEIGHT >= 64) +chessbox_pieces.64x64x1.bmp +#endif + /* Solitaire */ #ifdef HAVE_LCD_COLOR solitaire_cardback.220x176x16.bmp -- cgit v1.1