diff options
| author | Antoine Cellerier <dionoea@videolan.org> | 2006-06-10 20:35:02 +0000 |
|---|---|---|
| committer | Antoine Cellerier <dionoea@videolan.org> | 2006-06-10 20:35:02 +0000 |
| commit | 2e1aa7ddc27b1a0b91be9f3e0fab7073b7a5375c (patch) | |
| tree | 6638d89e0282e16ea42f11ab9227df959dff020b /apps/plugins/bitmaps/native/SOURCES | |
| parent | 26dd5c5e9cdf24ef55190511a5d79a38f4436742 (diff) | |
| download | rockbox-2e1aa7ddc27b1a0b91be9f3e0fab7073b7a5375c.zip rockbox-2e1aa7ddc27b1a0b91be9f3e0fab7073b7a5375c.tar.gz rockbox-2e1aa7ddc27b1a0b91be9f3e0fab7073b7a5375c.tar.bz2 rockbox-2e1aa7ddc27b1a0b91be9f3e0fab7073b7a5375c.tar.xz | |
Add color bitmap files for flipit, sokoban and star plugins.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10098 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/bitmaps/native/SOURCES')
| -rw-r--r-- | apps/plugins/bitmaps/native/SOURCES | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index ee5c103..5c30ce6 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -106,6 +106,40 @@ snake2_right.160x128x2.bmp snake2_bottom.160x128x2.bmp #endif +/* Sokoban*/ +#ifdef HAVE_LCD_COLOR +#if LCD_HEIGHT >= 240 +sokoban_tiles.14x14.bmp +#elif LCD_HEIGHT >= 176 +sokoban_tiles.9x9.bmp +#else +/* LCD_HEIGHT >= 128 */ +sokoban_tiles.6x6.bmp +#endif +#endif + +/* Flip it */ +#ifdef HAVE_LCD_COLOR +#if LCD_HEIGHT >= 200 +flipit_tokens.50x50.bmp +#elif LCD_HEIGHT >= 160 +flipit_tokens.40x40.bmp +#else +flipit_tokens.30x30.bmp +#endif +#endif + +/* Star */ +#ifdef HAVE_LCD_COLOR +#if LCD_WIDTH >= 320 +star_tiles.20x20.bmp +#elif LCD_WIDTH >= 220 +star_tiles.13x13.bmp +#else +star_tiles.10x10.bmp +#endif +#endif + /* Solitaire */ #ifdef HAVE_LCD_COLOR #if (LCD_WIDTH >= 220) && (LCD_HEIGHT >= 176) |