From 91522721f4a6f4449e14e1b3ccb9f6f2add5d814 Mon Sep 17 00:00:00 2001 From: Hristo Kovachev Date: Wed, 22 Feb 2006 14:24:54 +0000 Subject: New chessbox plugin by Miguel A. ArГ©valo, based on GNU Chess v2 Not built yet because of a missing dependancy with the pieces' bitmaps. Someone with Makefile knowledge, please, look at it! 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 380022ceb1..bd1a5cb3c1 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.2.3