summaryrefslogtreecommitdiff
path: root/apps/plugins/bitmaps/native
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/bitmaps/native')
-rw-r--r--apps/plugins/bitmaps/native/SOURCES12
-rw-r--r--apps/plugins/bitmaps/native/minesweeper_tiles.12x12x2.bmpbin0 -> 2950 bytes
-rw-r--r--apps/plugins/bitmaps/native/minesweeper_tiles.12x12x24.bmpbin0 -> 5670 bytes
-rw-r--r--apps/plugins/bitmaps/native/minesweeper_tiles.16x16x24.bmpbin0 -> 10038 bytes
-rw-r--r--apps/plugins/bitmaps/native/minesweeper_tiles.8x8x1.bmpbin0 -> 2550 bytes
5 files changed, 12 insertions, 0 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES
index 98c3eef443..10e61fb97b 100644
--- a/apps/plugins/bitmaps/native/SOURCES
+++ b/apps/plugins/bitmaps/native/SOURCES
@@ -280,4 +280,16 @@ rockpaint.bmp
280rockpaint_hsvrgb.bmp 280rockpaint_hsvrgb.bmp
281#endif 281#endif
282 282
283#if defined( HAVE_LCD_COLOR )
284#if ( LCD_HEIGHT * LCD_WIDTH ) / ( 16 * 16 ) >= 130
285minesweeper_tiles.16x16x24.bmp
286#else
287minesweeper_tiles.12x12x24.bmp
288#endif
289#elif LCD_DEPTH > 1
290minesweeper_tiles.12x12x2.bmp
291#else
292minesweeper_tiles.8x8x1.bmp
293#endif
294
283#endif /* HAVE_LCD_BITMAP */ 295#endif /* HAVE_LCD_BITMAP */
diff --git a/apps/plugins/bitmaps/native/minesweeper_tiles.12x12x2.bmp b/apps/plugins/bitmaps/native/minesweeper_tiles.12x12x2.bmp
new file mode 100644
index 0000000000..fddd366782
--- /dev/null
+++ b/apps/plugins/bitmaps/native/minesweeper_tiles.12x12x2.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/native/minesweeper_tiles.12x12x24.bmp b/apps/plugins/bitmaps/native/minesweeper_tiles.12x12x24.bmp
new file mode 100644
index 0000000000..28340760df
--- /dev/null
+++ b/apps/plugins/bitmaps/native/minesweeper_tiles.12x12x24.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/native/minesweeper_tiles.16x16x24.bmp b/apps/plugins/bitmaps/native/minesweeper_tiles.16x16x24.bmp
new file mode 100644
index 0000000000..4e1191fad0
--- /dev/null
+++ b/apps/plugins/bitmaps/native/minesweeper_tiles.16x16x24.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/native/minesweeper_tiles.8x8x1.bmp b/apps/plugins/bitmaps/native/minesweeper_tiles.8x8x1.bmp
new file mode 100644
index 0000000000..610fbac1fb
--- /dev/null
+++ b/apps/plugins/bitmaps/native/minesweeper_tiles.8x8x1.bmp
Binary files differ