diff options
Diffstat (limited to 'apps/plugins/bitmaps/mono/SOURCES')
-rw-r--r-- | apps/plugins/bitmaps/mono/SOURCES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/bitmaps/mono/SOURCES b/apps/plugins/bitmaps/mono/SOURCES index c12c7c7d67..df1397d2e2 100644 --- a/apps/plugins/bitmaps/mono/SOURCES +++ b/apps/plugins/bitmaps/mono/SOURCES @@ -5,7 +5,7 @@ bubbles_bubble.112x64x1.bmp #elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 64) bubbles_bubble.128x64x1.bmp -#elif (LCD_WIDTH == 132) && (LCD_HEIGHT == 80) +#elif (LCD_WIDTH == 132) && (LCD_HEIGHT == 80) || (LCD_WIDTH == 96 && LCD_HEIGHT == 96) bubbles_bubble.132x80x16.bmp #elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 96) bubbles_bubble.128x96x1.bmp |