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/SOURCES22
-rwxr-xr-xapps/plugins/bitmaps/native/star_tiles.11x11.bmpbin0 -> 2034 bytes
-rwxr-xr-xapps/plugins/bitmaps/native/star_tiles.6x7.mono.bmpbin0 -> 184 bytes
-rwxr-xr-xapps/plugins/bitmaps/native/star_tiles.8x8.bmpbin0 -> 1014 bytes
-rwxr-xr-xapps/plugins/bitmaps/native/star_tiles.8x8.grey.bmpbin0 -> 390 bytes
5 files changed, 17 insertions, 5 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES
index c7c9f9f9dc..40512300aa 100644
--- a/apps/plugins/bitmaps/native/SOURCES
+++ b/apps/plugins/bitmaps/native/SOURCES
@@ -153,16 +153,28 @@ flipit_tokens.16x26x1.bmp
153#endif 153#endif
154 154
155/* Star */ 155/* Star */
156#if defined( HAVE_LCD_COLOR ) 156#ifdef HAVE_LCD_COLOR
157#if LCD_WIDTH >= 320 157#if LCD_WIDTH >= 320 && LCD_HEIGHT >= 188
158star_tiles.20x20.bmp 158star_tiles.20x20.bmp
159#elif LCD_WIDTH >= 220 159#elif LCD_WIDTH >= 208 && LCD_HEIGHT >= 125
160star_tiles.13x13.bmp 160star_tiles.13x13.bmp
161#else 161#elif LCD_WIDTH >= 176 && LCD_HEIGHT >= 107
162star_tiles.11x11.bmp
163#elif LCD_WIDTH >= 160 && LCD_HEIGHT >= 98
162star_tiles.10x10.bmp 164star_tiles.10x10.bmp
165#elif LCD_WIDTH >= 128 && LCD_HEIGHT >= 80
166star_tiles.8x8.bmp
163#endif 167#endif
164#elif LCD_DEPTH > 1 168#elif LCD_DEPTH > 1 /* grey */
169#if LCD_WIDTH >= 160 && LCD_HEIGHT >= 98
165star_tiles.10x10.grey.bmp 170star_tiles.10x10.grey.bmp
171#elif LCD_WIDTH >= 128 && LCD_HEIGHT >= 80
172star_tiles.8x8.grey.bmp
173#endif
174#else /* monochrome */
175#if LCD_WIDTH >= 112 && LCD_HEIGHT >= 62
176star_tiles.6x7.mono.bmp
177#endif
166#endif 178#endif
167 179
168/* Solitaire */ 180/* Solitaire */
diff --git a/apps/plugins/bitmaps/native/star_tiles.11x11.bmp b/apps/plugins/bitmaps/native/star_tiles.11x11.bmp
new file mode 100755
index 0000000000..eeef00218e
--- /dev/null
+++ b/apps/plugins/bitmaps/native/star_tiles.11x11.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/native/star_tiles.6x7.mono.bmp b/apps/plugins/bitmaps/native/star_tiles.6x7.mono.bmp
new file mode 100755
index 0000000000..ebc59b9b11
--- /dev/null
+++ b/apps/plugins/bitmaps/native/star_tiles.6x7.mono.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/native/star_tiles.8x8.bmp b/apps/plugins/bitmaps/native/star_tiles.8x8.bmp
new file mode 100755
index 0000000000..4e8a68ca29
--- /dev/null
+++ b/apps/plugins/bitmaps/native/star_tiles.8x8.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/native/star_tiles.8x8.grey.bmp b/apps/plugins/bitmaps/native/star_tiles.8x8.grey.bmp
new file mode 100755
index 0000000000..6f810ce562
--- /dev/null
+++ b/apps/plugins/bitmaps/native/star_tiles.8x8.grey.bmp
Binary files differ