summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/bitmaps/native/SOURCES34
-rw-r--r--apps/plugins/bitmaps/native/flipit_tokens.30x30.bmpbin0 -> 8334 bytes
-rw-r--r--apps/plugins/bitmaps/native/flipit_tokens.40x40.bmpbin0 -> 14454 bytes
-rw-r--r--apps/plugins/bitmaps/native/flipit_tokens.50x50.bmpbin0 -> 22854 bytes
-rw-r--r--apps/plugins/bitmaps/native/sokoban_tiles.14x14.bmpbin0 -> 3750 bytes
-rw-r--r--apps/plugins/bitmaps/native/sokoban_tiles.6x6.bmpbin0 -> 774 bytes
-rw-r--r--apps/plugins/bitmaps/native/sokoban_tiles.9x9.bmpbin0 -> 1566 bytes
-rw-r--r--apps/plugins/bitmaps/native/star_tiles.10x10.bmpbin0 -> 1654 bytes
-rw-r--r--apps/plugins/bitmaps/native/star_tiles.13x13.bmpbin0 -> 2654 bytes
-rw-r--r--apps/plugins/bitmaps/native/star_tiles.20x20.bmpbin0 -> 6054 bytes
10 files changed, 34 insertions, 0 deletions
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
106snake2_bottom.160x128x2.bmp 106snake2_bottom.160x128x2.bmp
107#endif 107#endif
108 108
109/* Sokoban*/
110#ifdef HAVE_LCD_COLOR
111#if LCD_HEIGHT >= 240
112sokoban_tiles.14x14.bmp
113#elif LCD_HEIGHT >= 176
114sokoban_tiles.9x9.bmp
115#else
116/* LCD_HEIGHT >= 128 */
117sokoban_tiles.6x6.bmp
118#endif
119#endif
120
121/* Flip it */
122#ifdef HAVE_LCD_COLOR
123#if LCD_HEIGHT >= 200
124flipit_tokens.50x50.bmp
125#elif LCD_HEIGHT >= 160
126flipit_tokens.40x40.bmp
127#else
128flipit_tokens.30x30.bmp
129#endif
130#endif
131
132/* Star */
133#ifdef HAVE_LCD_COLOR
134#if LCD_WIDTH >= 320
135star_tiles.20x20.bmp
136#elif LCD_WIDTH >= 220
137star_tiles.13x13.bmp
138#else
139star_tiles.10x10.bmp
140#endif
141#endif
142
109/* Solitaire */ 143/* Solitaire */
110#ifdef HAVE_LCD_COLOR 144#ifdef HAVE_LCD_COLOR
111#if (LCD_WIDTH >= 220) && (LCD_HEIGHT >= 176) 145#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
--- /dev/null
+++ b/apps/plugins/bitmaps/native/flipit_tokens.30x30.bmp
Binary files 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
--- /dev/null
+++ b/apps/plugins/bitmaps/native/flipit_tokens.40x40.bmp
Binary files 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
--- /dev/null
+++ b/apps/plugins/bitmaps/native/flipit_tokens.50x50.bmp
Binary files 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
--- /dev/null
+++ b/apps/plugins/bitmaps/native/sokoban_tiles.14x14.bmp
Binary files 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
--- /dev/null
+++ b/apps/plugins/bitmaps/native/sokoban_tiles.6x6.bmp
Binary files 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
--- /dev/null
+++ b/apps/plugins/bitmaps/native/sokoban_tiles.9x9.bmp
Binary files 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
--- /dev/null
+++ b/apps/plugins/bitmaps/native/star_tiles.10x10.bmp
Binary files 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
--- /dev/null
+++ b/apps/plugins/bitmaps/native/star_tiles.13x13.bmp
Binary files 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
--- /dev/null
+++ b/apps/plugins/bitmaps/native/star_tiles.20x20.bmp
Binary files differ