From e824805f4217a4a6b702a5845c6e25422984e9b5 Mon Sep 17 00:00:00 2001 From: Adam Boot Date: Wed, 15 Feb 2006 22:32:57 +0000 Subject: Bejeweled: speed fixes, graphics enhancements, and use external bitmaps git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8697 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/bitmaps/native/SOURCES | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'apps/plugins/bitmaps/native/SOURCES') diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index 163482a6ae..5e35666a32 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -1,5 +1,22 @@ #ifdef HAVE_LCD_BITMAP +/* Bejeweled */ +#if (LCD_WIDTH == 112) && (LCD_HEIGHT == 64) +bejeweled_jewels.112x64x1.bmp +#elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 64) +bejeweled_jewels.112x64x1.bmp +#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && !defined(HAVE_LCD_COLOR) +bejeweled_jewels.160x128x1.bmp +#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && defined(HAVE_LCD_COLOR) +bejeweled_jewels.160x128x16.bmp +#elif (LCD_WIDTH == 176) && (LCD_HEIGHT == 132) +bejeweled_jewels.160x128x16.bmp +#elif (LCD_WIDTH == 220) && (LCD_HEIGHT == 176) +bejeweled_jewels.220x176x16.bmp +#elif (LCD_WIDTH == 320) && (LCD_HEIGHT == 240) +bejeweled_jewels.320x240x16.bmp +#endif + /* Solitaire */ #ifdef HAVE_LCD_COLOR solitaire_cardback.220x176x16.bmp -- cgit v1.2.3