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/SOURCES53
-rwxr-xr-xapps/plugins/bitmaps/native/bubbles_emblem.160x128x16.bmpbin0 -> 1590 bytes
-rwxr-xr-xapps/plugins/bitmaps/native/bubbles_emblem.160x128x2.bmpbin0 -> 1590 bytes
-rwxr-xr-xapps/plugins/bitmaps/native/bubbles_emblem.220x176x16.bmpbin0 -> 3510 bytes
-rwxr-xr-xapps/plugins/bitmaps/native/bubbles_emblem.320x240x16.bmpbin0 -> 6198 bytes
-rwxr-xr-xapps/plugins/bitmaps/native/bubbles_left.160x128x16.bmpbin0 -> 12854 bytes
-rwxr-xr-xapps/plugins/bitmaps/native/bubbles_left.176x132x16.bmpbin0 -> 15894 bytes
-rwxr-xr-xapps/plugins/bitmaps/native/bubbles_left.220x176x16.bmpbin0 -> 24694 bytes
-rwxr-xr-xapps/plugins/bitmaps/native/bubbles_left.240x320x16.bmpbin0 -> 53814 bytes
-rwxr-xr-xapps/plugins/bitmaps/native/bubbles_left.320x240x16.bmpbin0 -> 51894 bytes
-rwxr-xr-xapps/plugins/bitmaps/native/bubbles_right.160x128x16.bmpbin0 -> 12342 bytes
-rwxr-xr-xapps/plugins/bitmaps/native/bubbles_right.176x132x16.bmpbin0 -> 16422 bytes
-rwxr-xr-xapps/plugins/bitmaps/native/bubbles_right.220x176x16.bmpbin0 -> 25398 bytes
-rwxr-xr-xapps/plugins/bitmaps/native/bubbles_right.240x320x16.bmpbin0 -> 55094 bytes
-rwxr-xr-xapps/plugins/bitmaps/native/bubbles_right.320x240x16.bmpbin0 -> 52854 bytes
15 files changed, 39 insertions, 14 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES
index 6b6896d263..b267fc9dfa 100644
--- a/apps/plugins/bitmaps/native/SOURCES
+++ b/apps/plugins/bitmaps/native/SOURCES
@@ -1,24 +1,28 @@
1#ifdef HAVE_LCD_BITMAP 1#ifdef HAVE_LCD_BITMAP
2 2
3/* Bejeweled */ 3/* Bubbles */
4#if (LCD_WIDTH == 112) && (LCD_HEIGHT == 64) 4#if (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && !defined(HAVE_LCD_COLOR)
5jewels.112x64x1.bmp 5bubbles_emblem.160x128x2.bmp
6#elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 64)
7jewels.112x64x1.bmp
8#elif (LCD_WIDTH == 138) && (LCD_HEIGHT == 110)
9jewels.138x110x1.bmp
10#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && !defined(HAVE_LCD_COLOR)
11jewels.160x128x1.bmp
12#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && defined(HAVE_LCD_COLOR) 6#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && defined(HAVE_LCD_COLOR)
13jewels.160x128x16.bmp 7bubbles_emblem.160x128x16.bmp
8bubbles_left.160x128x16.bmp
9bubbles_right.160x128x16.bmp
14#elif (LCD_WIDTH == 176) && (LCD_HEIGHT == 132) 10#elif (LCD_WIDTH == 176) && (LCD_HEIGHT == 132)
15jewels.160x128x16.bmp 11bubbles_emblem.160x128x16.bmp
12bubbles_left.176x132x16.bmp
13bubbles_right.176x132x16.bmp
16#elif (LCD_WIDTH == 220) && (LCD_HEIGHT == 176) 14#elif (LCD_WIDTH == 220) && (LCD_HEIGHT == 176)
17jewels.220x176x16.bmp 15bubbles_emblem.220x176x16.bmp
16bubbles_left.220x176x16.bmp
17bubbles_right.220x176x16.bmp
18#elif (LCD_WIDTH == 240) && (LCD_HEIGHT == 320) 18#elif (LCD_WIDTH == 240) && (LCD_HEIGHT == 320)
19jewels.220x176x16.bmp 19bubbles_emblem.220x176x16.bmp
20bubbles_left.240x320x16.bmp
21bubbles_right.240x320x16.bmp
20#elif (LCD_WIDTH == 320) && (LCD_HEIGHT == 240) 22#elif (LCD_WIDTH == 320) && (LCD_HEIGHT == 240)
21jewels.320x240x16.bmp 23bubbles_emblem.320x240x16.bmp
24bubbles_left.320x240x16.bmp
25bubbles_right.320x240x16.bmp
22#endif 26#endif
23 27
24/* ChessBox */ 28/* ChessBox */
@@ -34,6 +38,27 @@ chessbox_pieces.128x128x1.bmp
34chessbox_pieces.64x64x1.bmp 38chessbox_pieces.64x64x1.bmp
35#endif 39#endif
36 40
41/* Jewels */
42#if (LCD_WIDTH == 112) && (LCD_HEIGHT == 64)
43jewels.112x64x1.bmp
44#elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 64)
45jewels.112x64x1.bmp
46#elif (LCD_WIDTH == 138) && (LCD_HEIGHT == 110)
47jewels.138x110x1.bmp
48#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && !defined(HAVE_LCD_COLOR)
49jewels.160x128x1.bmp
50#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && defined(HAVE_LCD_COLOR)
51jewels.160x128x16.bmp
52#elif (LCD_WIDTH == 176) && (LCD_HEIGHT == 132)
53jewels.160x128x16.bmp
54#elif (LCD_WIDTH == 220) && (LCD_HEIGHT == 176)
55jewels.220x176x16.bmp
56#elif (LCD_WIDTH == 240) && (LCD_HEIGHT == 320)
57jewels.220x176x16.bmp
58#elif (LCD_WIDTH == 320) && (LCD_HEIGHT == 240)
59jewels.320x240x16.bmp
60#endif
61
37/* Solitaire */ 62/* Solitaire */
38#ifdef HAVE_LCD_COLOR 63#ifdef HAVE_LCD_COLOR
39solitaire_cardback.220x176x16.bmp 64solitaire_cardback.220x176x16.bmp
diff --git a/apps/plugins/bitmaps/native/bubbles_emblem.160x128x16.bmp b/apps/plugins/bitmaps/native/bubbles_emblem.160x128x16.bmp
new file mode 100755
index 0000000000..cda6ef4f74
--- /dev/null
+++ b/apps/plugins/bitmaps/native/bubbles_emblem.160x128x16.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/native/bubbles_emblem.160x128x2.bmp b/apps/plugins/bitmaps/native/bubbles_emblem.160x128x2.bmp
new file mode 100755
index 0000000000..ea803f6da7
--- /dev/null
+++ b/apps/plugins/bitmaps/native/bubbles_emblem.160x128x2.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/native/bubbles_emblem.220x176x16.bmp b/apps/plugins/bitmaps/native/bubbles_emblem.220x176x16.bmp
new file mode 100755
index 0000000000..92cb7d1be1
--- /dev/null
+++ b/apps/plugins/bitmaps/native/bubbles_emblem.220x176x16.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/native/bubbles_emblem.320x240x16.bmp b/apps/plugins/bitmaps/native/bubbles_emblem.320x240x16.bmp
new file mode 100755
index 0000000000..f32aff410b
--- /dev/null
+++ b/apps/plugins/bitmaps/native/bubbles_emblem.320x240x16.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/native/bubbles_left.160x128x16.bmp b/apps/plugins/bitmaps/native/bubbles_left.160x128x16.bmp
new file mode 100755
index 0000000000..15f78cfdf2
--- /dev/null
+++ b/apps/plugins/bitmaps/native/bubbles_left.160x128x16.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/native/bubbles_left.176x132x16.bmp b/apps/plugins/bitmaps/native/bubbles_left.176x132x16.bmp
new file mode 100755
index 0000000000..dbad0543a3
--- /dev/null
+++ b/apps/plugins/bitmaps/native/bubbles_left.176x132x16.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/native/bubbles_left.220x176x16.bmp b/apps/plugins/bitmaps/native/bubbles_left.220x176x16.bmp
new file mode 100755
index 0000000000..cbe38ca53c
--- /dev/null
+++ b/apps/plugins/bitmaps/native/bubbles_left.220x176x16.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/native/bubbles_left.240x320x16.bmp b/apps/plugins/bitmaps/native/bubbles_left.240x320x16.bmp
new file mode 100755
index 0000000000..25cf12ddbf
--- /dev/null
+++ b/apps/plugins/bitmaps/native/bubbles_left.240x320x16.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/native/bubbles_left.320x240x16.bmp b/apps/plugins/bitmaps/native/bubbles_left.320x240x16.bmp
new file mode 100755
index 0000000000..194bea0ff0
--- /dev/null
+++ b/apps/plugins/bitmaps/native/bubbles_left.320x240x16.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/native/bubbles_right.160x128x16.bmp b/apps/plugins/bitmaps/native/bubbles_right.160x128x16.bmp
new file mode 100755
index 0000000000..d065365e82
--- /dev/null
+++ b/apps/plugins/bitmaps/native/bubbles_right.160x128x16.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/native/bubbles_right.176x132x16.bmp b/apps/plugins/bitmaps/native/bubbles_right.176x132x16.bmp
new file mode 100755
index 0000000000..1093c17b2b
--- /dev/null
+++ b/apps/plugins/bitmaps/native/bubbles_right.176x132x16.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/native/bubbles_right.220x176x16.bmp b/apps/plugins/bitmaps/native/bubbles_right.220x176x16.bmp
new file mode 100755
index 0000000000..c0d8bef8ab
--- /dev/null
+++ b/apps/plugins/bitmaps/native/bubbles_right.220x176x16.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/native/bubbles_right.240x320x16.bmp b/apps/plugins/bitmaps/native/bubbles_right.240x320x16.bmp
new file mode 100755
index 0000000000..7f08389cc0
--- /dev/null
+++ b/apps/plugins/bitmaps/native/bubbles_right.240x320x16.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/native/bubbles_right.320x240x16.bmp b/apps/plugins/bitmaps/native/bubbles_right.320x240x16.bmp
new file mode 100755
index 0000000000..5872fdc8ec
--- /dev/null
+++ b/apps/plugins/bitmaps/native/bubbles_right.320x240x16.bmp
Binary files differ