summaryrefslogtreecommitdiffstats
path: root/apps/plugins/bitmaps/native/SOURCES
diff options
context:
space:
mode:
authorZakk Roberts <midk@rockbox.org>2006-04-09 09:39:16 +0000
committerZakk Roberts <midk@rockbox.org>2006-04-09 09:39:16 +0000
commitd47e87e6ac3ddee0e45c16e24a22d9bc05c07bdd (patch)
treef80d8a7ac3b91427eec05bfa5b8a054c55031c7d /apps/plugins/bitmaps/native/SOURCES
parent72232bdc663f6437d77e8495c8b8c0ec1245f808 (diff)
downloadrockbox-d47e87e6ac3ddee0e45c16e24a22d9bc05c07bdd.tar.gz
rockbox-d47e87e6ac3ddee0e45c16e24a22d9bc05c07bdd.zip
Patch FS#4952 by Tom Ross, with changes by me: Snake 2 now uses external bitmaps for build, and is fully adapted to larger LCDs. Also some keymapping changes and usability adjustments.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9572 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/bitmaps/native/SOURCES')
-rw-r--r--apps/plugins/bitmaps/native/SOURCES39
1 files changed, 39 insertions, 0 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES
index 0718ffab86..d019cb8924 100644
--- a/apps/plugins/bitmaps/native/SOURCES
+++ b/apps/plugins/bitmaps/native/SOURCES
@@ -61,6 +61,45 @@ jewels.220x176x16.bmp
jewels.320x240x16.bmp
#endif
+/* Snake2 */
+#if (LCD_WIDTH >= 320) && (LCD_HEIGHT >= 240) && (LCD_DEPTH >= 16)
+snake2_header1.320x240x16.bmp
+snake2_header2.320x240x16.bmp
+snake2_left.320x240x16.bmp
+snake2_right.320x240x16.bmp
+snake2_bottom.320x240x16.bmp
+#elif (LCD_WIDTH >= 240) && (LCD_HEIGHT >= 192) && (LCD_DEPTH >= 16)
+snake2_header1.240x320x16.bmp
+snake2_header2.240x320x16.bmp
+snake2_left.240x320x16.bmp
+snake2_right.240x320x16.bmp
+snake2_bottom.240x320x16.bmp
+#elif (LCD_WIDTH >= 220) && (LCD_HEIGHT >= 176) && (LCD_DEPTH >= 16)
+snake2_header1.220x176x16.bmp
+snake2_header2.220x176x16.bmp
+snake2_left.220x176x16.bmp
+snake2_right.220x176x16.bmp
+snake2_bottom.220x176x16.bmp
+#elif (LCD_WIDTH >= 176) && (LCD_HEIGHT >= 132) && (LCD_DEPTH >= 16)
+snake2_header1.176x132x16.bmp
+snake2_header2.176x132x16.bmp
+snake2_left.176x132x16.bmp
+snake2_right.176x132x16.bmp
+snake2_bottom.176x132x16.bmp
+#elif (LCD_WIDTH >= 160) && (LCD_HEIGHT >= 128) && (LCD_DEPTH >= 16)
+snake2_header1.160x128x16.bmp
+snake2_header2.160x128x16.bmp
+snake2_left.160x128x16.bmp
+snake2_right.160x128x16.bmp
+snake2_bottom.160x128x16.bmp
+#elif (LCD_WIDTH >= 160) && (LCD_HEIGHT >= 128) && (LCD_DEPTH >= 1)
+snake2_header1.160x128x2.bmp
+snake2_header2.160x128x2.bmp
+snake2_left.160x128x2.bmp
+snake2_right.160x128x2.bmp
+snake2_bottom.160x128x2.bmp
+#endif
+
/* Solitaire */
#ifdef HAVE_LCD_COLOR
#if (LCD_WIDTH >= 220) && (LCD_HEIGHT >= 176)