diff options
Diffstat (limited to 'apps/bitmaps/native/SOURCES')
| -rw-r--r-- | apps/bitmaps/native/SOURCES | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/bitmaps/native/SOURCES b/apps/bitmaps/native/SOURCES index 9ad0dbf..6e21629 100644 --- a/apps/bitmaps/native/SOURCES +++ b/apps/bitmaps/native/SOURCES @@ -29,8 +29,12 @@ rockboxlogo.176x54x16.bmp rockboxlogo.220x68x16.bmp #elif (LCD_WIDTH == 240) && (LCD_DEPTH == 16) rockboxlogo.240x74x16.bmp -#elif (LCD_WIDTH >= 320) && (LCD_DEPTH == 16) +#elif (LCD_WIDTH == 320) && (LCD_DEPTH == 16) rockboxlogo.320x98x16.bmp +#elif (LCD_WIDTH == 480) && (LCD_DEPTH == 16) +rockboxlogo.480x149x16.bmp +#elif (LCD_WIDTH >= 640) && (LCD_DEPTH == 16) +rockboxlogo.640x198x16.bmp #endif #ifndef BOOTLOADER /* We don't need these for the bootloader */ |