diff options
Diffstat (limited to 'apps/bitmaps/native/SOURCES')
-rw-r--r-- | apps/bitmaps/native/SOURCES | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/bitmaps/native/SOURCES b/apps/bitmaps/native/SOURCES index a64c209672..841dd52c69 100644 --- a/apps/bitmaps/native/SOURCES +++ b/apps/bitmaps/native/SOURCES @@ -7,6 +7,8 @@ rockboxlogo.160x53x1.bmp #else rockboxlogo.112x30x1.bmp #endif +#elif (LCD_WIDTH == 128) && (LCD_DEPTH == 2) +rockboxlogo.128x42x2.bmp #elif (LCD_WIDTH == 128) && (LCD_DEPTH == 16) rockboxlogo.128x40x16.bmp #elif (LCD_WIDTH == 132) && (LCD_DEPTH == 16) |