From 2e1aa7ddc27b1a0b91be9f3e0fab7073b7a5375c Mon Sep 17 00:00:00 2001 From: Antoine Cellerier Date: Sat, 10 Jun 2006 20:35:02 +0000 Subject: 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 --- apps/plugins/bitmaps/native/SOURCES | 34 +++++++++++++++++++++ .../plugins/bitmaps/native/flipit_tokens.30x30.bmp | Bin 0 -> 8334 bytes .../plugins/bitmaps/native/flipit_tokens.40x40.bmp | Bin 0 -> 14454 bytes .../plugins/bitmaps/native/flipit_tokens.50x50.bmp | Bin 0 -> 22854 bytes .../plugins/bitmaps/native/sokoban_tiles.14x14.bmp | Bin 0 -> 3750 bytes apps/plugins/bitmaps/native/sokoban_tiles.6x6.bmp | Bin 0 -> 774 bytes apps/plugins/bitmaps/native/sokoban_tiles.9x9.bmp | Bin 0 -> 1566 bytes apps/plugins/bitmaps/native/star_tiles.10x10.bmp | Bin 0 -> 1654 bytes apps/plugins/bitmaps/native/star_tiles.13x13.bmp | Bin 0 -> 2654 bytes apps/plugins/bitmaps/native/star_tiles.20x20.bmp | Bin 0 -> 6054 bytes 10 files changed, 34 insertions(+) create mode 100644 apps/plugins/bitmaps/native/flipit_tokens.30x30.bmp create mode 100644 apps/plugins/bitmaps/native/flipit_tokens.40x40.bmp create mode 100644 apps/plugins/bitmaps/native/flipit_tokens.50x50.bmp create mode 100644 apps/plugins/bitmaps/native/sokoban_tiles.14x14.bmp create mode 100644 apps/plugins/bitmaps/native/sokoban_tiles.6x6.bmp create mode 100644 apps/plugins/bitmaps/native/sokoban_tiles.9x9.bmp create mode 100644 apps/plugins/bitmaps/native/star_tiles.10x10.bmp create mode 100644 apps/plugins/bitmaps/native/star_tiles.13x13.bmp create mode 100644 apps/plugins/bitmaps/native/star_tiles.20x20.bmp diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index ee5c103aaa..5c30ce607e 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) diff --git a/apps/plugins/bitmaps/native/flipit_tokens.30x30.bmp b/apps/plugins/bitmaps/native/flipit_tokens.30x30.bmp new file mode 100644 index 0000000000..7aa7748282 Binary files /dev/null and b/apps/plugins/bitmaps/native/flipit_tokens.30x30.bmp differ diff --git a/apps/plugins/bitmaps/native/flipit_tokens.40x40.bmp b/apps/plugins/bitmaps/native/flipit_tokens.40x40.bmp new file mode 100644 index 0000000000..b50245edde Binary files /dev/null and b/apps/plugins/bitmaps/native/flipit_tokens.40x40.bmp differ diff --git a/apps/plugins/bitmaps/native/flipit_tokens.50x50.bmp b/apps/plugins/bitmaps/native/flipit_tokens.50x50.bmp new file mode 100644 index 0000000000..bc2c543b39 Binary files /dev/null and b/apps/plugins/bitmaps/native/flipit_tokens.50x50.bmp differ diff --git a/apps/plugins/bitmaps/native/sokoban_tiles.14x14.bmp b/apps/plugins/bitmaps/native/sokoban_tiles.14x14.bmp new file mode 100644 index 0000000000..9c6ee20a70 Binary files /dev/null and b/apps/plugins/bitmaps/native/sokoban_tiles.14x14.bmp differ diff --git a/apps/plugins/bitmaps/native/sokoban_tiles.6x6.bmp b/apps/plugins/bitmaps/native/sokoban_tiles.6x6.bmp new file mode 100644 index 0000000000..3ddfad0ef7 Binary files /dev/null and b/apps/plugins/bitmaps/native/sokoban_tiles.6x6.bmp differ diff --git a/apps/plugins/bitmaps/native/sokoban_tiles.9x9.bmp b/apps/plugins/bitmaps/native/sokoban_tiles.9x9.bmp new file mode 100644 index 0000000000..87f3bf55dd Binary files /dev/null and b/apps/plugins/bitmaps/native/sokoban_tiles.9x9.bmp differ diff --git a/apps/plugins/bitmaps/native/star_tiles.10x10.bmp b/apps/plugins/bitmaps/native/star_tiles.10x10.bmp new file mode 100644 index 0000000000..64b0ffd8da Binary files /dev/null and b/apps/plugins/bitmaps/native/star_tiles.10x10.bmp differ diff --git a/apps/plugins/bitmaps/native/star_tiles.13x13.bmp b/apps/plugins/bitmaps/native/star_tiles.13x13.bmp new file mode 100644 index 0000000000..05a42e48ce Binary files /dev/null and b/apps/plugins/bitmaps/native/star_tiles.13x13.bmp differ diff --git a/apps/plugins/bitmaps/native/star_tiles.20x20.bmp b/apps/plugins/bitmaps/native/star_tiles.20x20.bmp new file mode 100644 index 0000000000..2a36562c6d Binary files /dev/null and b/apps/plugins/bitmaps/native/star_tiles.20x20.bmp differ -- cgit v1.2.3