summaryrefslogtreecommitdiff
path: root/apps/plugins/bitmaps
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/bitmaps')
-rw-r--r--apps/plugins/bitmaps/native/SOURCES17
-rw-r--r--apps/plugins/bitmaps/native/jewels.112x64x1.bmpbin0 -> 318 bytes
-rw-r--r--apps/plugins/bitmaps/native/jewels.160x128x1.bmpbin0 -> 574 bytes
-rw-r--r--apps/plugins/bitmaps/native/jewels.160x128x16.bmpbin0 -> 6200 bytes
-rw-r--r--apps/plugins/bitmaps/native/jewels.220x176x16.bmpbin0 -> 12024 bytes
-rw-r--r--apps/plugins/bitmaps/native/jewels.320x240x16.bmpbin0 -> 22136 bytes
6 files changed, 17 insertions, 0 deletions
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 @@
1#ifdef HAVE_LCD_BITMAP 1#ifdef HAVE_LCD_BITMAP
2 2
3/* Bejeweled */
4#if (LCD_WIDTH == 112) && (LCD_HEIGHT == 64)
5bejeweled_jewels.112x64x1.bmp
6#elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 64)
7bejeweled_jewels.112x64x1.bmp
8#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && !defined(HAVE_LCD_COLOR)
9bejeweled_jewels.160x128x1.bmp
10#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && defined(HAVE_LCD_COLOR)
11bejeweled_jewels.160x128x16.bmp
12#elif (LCD_WIDTH == 176) && (LCD_HEIGHT == 132)
13bejeweled_jewels.160x128x16.bmp
14#elif (LCD_WIDTH == 220) && (LCD_HEIGHT == 176)
15bejeweled_jewels.220x176x16.bmp
16#elif (LCD_WIDTH == 320) && (LCD_HEIGHT == 240)
17bejeweled_jewels.320x240x16.bmp
18#endif
19
3/* Solitaire */ 20/* Solitaire */
4#ifdef HAVE_LCD_COLOR 21#ifdef HAVE_LCD_COLOR
5solitaire_cardback.220x176x16.bmp 22solitaire_cardback.220x176x16.bmp
diff --git a/apps/plugins/bitmaps/native/jewels.112x64x1.bmp b/apps/plugins/bitmaps/native/jewels.112x64x1.bmp
new file mode 100644
index 0000000000..447df6d1da
--- /dev/null
+++ b/apps/plugins/bitmaps/native/jewels.112x64x1.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/native/jewels.160x128x1.bmp b/apps/plugins/bitmaps/native/jewels.160x128x1.bmp
new file mode 100644
index 0000000000..0417362a8b
--- /dev/null
+++ b/apps/plugins/bitmaps/native/jewels.160x128x1.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/native/jewels.160x128x16.bmp b/apps/plugins/bitmaps/native/jewels.160x128x16.bmp
new file mode 100644
index 0000000000..5d9606d012
--- /dev/null
+++ b/apps/plugins/bitmaps/native/jewels.160x128x16.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/native/jewels.220x176x16.bmp b/apps/plugins/bitmaps/native/jewels.220x176x16.bmp
new file mode 100644
index 0000000000..36d4f51249
--- /dev/null
+++ b/apps/plugins/bitmaps/native/jewels.220x176x16.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/native/jewels.320x240x16.bmp b/apps/plugins/bitmaps/native/jewels.320x240x16.bmp
new file mode 100644
index 0000000000..201c178183
--- /dev/null
+++ b/apps/plugins/bitmaps/native/jewels.320x240x16.bmp
Binary files differ