From bd691efae9e73d6e5a09c70246c9b1e2574b50be Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Fri, 2 Dec 2011 20:28:20 +0000 Subject: Sansa Clip Zip: enable all plugins use too big graphics when needed (some plugins will be ugly) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31113 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/bitmaps/mono/SOURCES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/bitmaps/mono/SOURCES') 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 -- cgit v1.2.3