diff options
Diffstat (limited to 'apps/bitmaps/native/SOURCES')
| -rw-r--r-- | apps/bitmaps/native/SOURCES | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/bitmaps/native/SOURCES b/apps/bitmaps/native/SOURCES index 24a920c..88b60e0 100644 --- a/apps/bitmaps/native/SOURCES +++ b/apps/bitmaps/native/SOURCES @@ -21,10 +21,8 @@ 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 >= 640) && (LCD_DEPTH == 16) -rockboxlogo.640x198x16.bmp #endif /* USB logo */ |