summaryrefslogtreecommitdiff
path: root/apps/plugins/bitmaps
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/bitmaps')
-rw-r--r--apps/plugins/bitmaps/mono/SOURCES4
-rw-r--r--apps/plugins/bitmaps/mono/superdom_boarditems.160x128x1.bmpbin0 -> 630 bytes
-rw-r--r--apps/plugins/bitmaps/native/SOURCES15
-rw-r--r--apps/plugins/bitmaps/native/superdom_boarditems.176x132x16.bmpbin0 -> 630 bytes
-rw-r--r--apps/plugins/bitmaps/native/superdom_boarditems.220x176x16.bmpbin0 -> 1902 bytes
-rw-r--r--apps/plugins/bitmaps/native/superdom_boarditems.240x320x16.bmpbin0 -> 3078 bytes
-rw-r--r--apps/plugins/bitmaps/native/superdom_boarditems.320x240x16.bmpbin0 -> 3654 bytes
7 files changed, 19 insertions, 0 deletions
diff --git a/apps/plugins/bitmaps/mono/SOURCES b/apps/plugins/bitmaps/mono/SOURCES
index 626b6ca..d74905f 100644
--- a/apps/plugins/bitmaps/mono/SOURCES
+++ b/apps/plugins/bitmaps/mono/SOURCES
@@ -46,6 +46,10 @@ flipit_cursor.16x13x1.bmp
#endif
#endif
+#if LCD_WIDTH == 160 && LCD_HEIGHT == 128 && LCD_DEPTH < 16
+superdom_boarditems.160x128x1.bmp
+#endif
+
#endif /* HAVE_LCD_BITMAP */
#if defined(SIMULATOR) && defined(__APPLE__)
osx.dummy.bmp
diff --git a/apps/plugins/bitmaps/mono/superdom_boarditems.160x128x1.bmp b/apps/plugins/bitmaps/mono/superdom_boarditems.160x128x1.bmp
new file mode 100644
index 0000000..c9196b2
--- /dev/null
+++ b/apps/plugins/bitmaps/mono/superdom_boarditems.160x128x1.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES
index 50866cb..05029c4 100644
--- a/apps/plugins/bitmaps/native/SOURCES
+++ b/apps/plugins/bitmaps/native/SOURCES
@@ -457,4 +457,19 @@ sudoku_inverse.320x240x16.bmp
#endif
#endif
+/* Superdom */
+#if LCD_DEPTH == 16
+#if ((LCD_WIDTH == 220) && (LCD_HEIGHT == 176))
+superdom_boarditems.220x176x16.bmp
+#elif ((LCD_WIDTH == 176) && (LCD_HEIGHT == 132)) || \
+ ((LCD_WIDTH == 160) && (LCD_HEIGHT == 128)) || \
+ ((LCD_WIDTH == 176) && (LCD_HEIGHT == 220))
+superdom_boarditems.176x132x16.bmp
+#elif (LCD_WIDTH == 320 && LCD_HEIGHT == 240)
+superdom_boarditems.320x240x16.bmp
+#elif (LCD_WIDTH == 240 && LCD_HEIGHT == 320)
+superdom_boarditems.240x320x16.bmp
+#endif
+#endif
+
#endif /* HAVE_LCD_BITMAP */
diff --git a/apps/plugins/bitmaps/native/superdom_boarditems.176x132x16.bmp b/apps/plugins/bitmaps/native/superdom_boarditems.176x132x16.bmp
new file mode 100644
index 0000000..db95fb5
--- /dev/null
+++ b/apps/plugins/bitmaps/native/superdom_boarditems.176x132x16.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/native/superdom_boarditems.220x176x16.bmp b/apps/plugins/bitmaps/native/superdom_boarditems.220x176x16.bmp
new file mode 100644
index 0000000..47b4b90
--- /dev/null
+++ b/apps/plugins/bitmaps/native/superdom_boarditems.220x176x16.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/native/superdom_boarditems.240x320x16.bmp b/apps/plugins/bitmaps/native/superdom_boarditems.240x320x16.bmp
new file mode 100644
index 0000000..b39c69b
--- /dev/null
+++ b/apps/plugins/bitmaps/native/superdom_boarditems.240x320x16.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/native/superdom_boarditems.320x240x16.bmp b/apps/plugins/bitmaps/native/superdom_boarditems.320x240x16.bmp
new file mode 100644
index 0000000..36b53b6
--- /dev/null
+++ b/apps/plugins/bitmaps/native/superdom_boarditems.320x240x16.bmp
Binary files differ