summaryrefslogtreecommitdiff
path: root/apps/bitmaps/native/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'apps/bitmaps/native/SOURCES')
-rw-r--r--apps/bitmaps/native/SOURCES14
1 files changed, 14 insertions, 0 deletions
diff --git a/apps/bitmaps/native/SOURCES b/apps/bitmaps/native/SOURCES
new file mode 100644
index 0000000000..f15624bb34
--- /dev/null
+++ b/apps/bitmaps/native/SOURCES
@@ -0,0 +1,14 @@
+#ifdef HAVE_LCD_BITMAP
+
+/* Rockbox logo */
+#if (LCD_DEPTH == 1)
+rockboxlogo.112x37x1.bmp
+#elif (LCD_WIDTH == 160) && (LCD_DEPTH == 2)
+rockboxlogo.160x53x2.bmp
+#elif (LCD_WIDTH == 176) && (LCD_DEPTH == 16)
+rockboxlogo.176x54x16.bmp
+#elif (LCD_WIDTH >= 220) && (LCD_DEPTH == 16)
+rockboxlogo.220x68x16.bmp
+#endif
+
+#endif /* HAVE_LCD_BITMAP */