summaryrefslogtreecommitdiff
path: root/apps/bitmaps
diff options
context:
space:
mode:
Diffstat (limited to 'apps/bitmaps')
-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 @@
2 2
3/* Rockbox logo */ 3/* Rockbox logo */
4#if (LCD_DEPTH == 1) 4#if (LCD_DEPTH == 1)
5#if (LCD_WIDTH == 160)
6rockboxlogo.160x53x1.bmp
7#else
5rockboxlogo.112x30x1.bmp 8rockboxlogo.112x30x1.bmp
9#endif
6#elif (LCD_WIDTH == 128) && (LCD_DEPTH == 16) 10#elif (LCD_WIDTH == 128) && (LCD_DEPTH == 16)
7rockboxlogo.128x40x16.bmp 11rockboxlogo.128x40x16.bmp
8#elif (LCD_WIDTH == 132) && (LCD_DEPTH == 16) 12#elif (LCD_WIDTH == 132) && (LCD_DEPTH == 16)