summaryrefslogtreecommitdiffstats
path: root/apps/bitmaps/native
diff options
context:
space:
mode:
Diffstat (limited to 'apps/bitmaps/native')
-rw-r--r--apps/bitmaps/native/SOURCES4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/bitmaps/native/SOURCES b/apps/bitmaps/native/SOURCES
index 88b60e0654..a64c209672 100644
--- a/apps/bitmaps/native/SOURCES
+++ b/apps/bitmaps/native/SOURCES
@@ -2,7 +2,11 @@
/* Rockbox logo */
#if (LCD_DEPTH == 1)
+#if (LCD_WIDTH == 160)
+rockboxlogo.160x53x1.bmp
+#else
rockboxlogo.112x30x1.bmp
+#endif
#elif (LCD_WIDTH == 128) && (LCD_DEPTH == 16)
rockboxlogo.128x40x16.bmp
#elif (LCD_WIDTH == 132) && (LCD_DEPTH == 16)