From f3dd56791a58c6342d15691c67946d7cbaacf4ab Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Mon, 18 Sep 2006 21:21:12 +0000 Subject: Bubbles adapted to H10-5GB by Marianne Arnold. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10997 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/bitmaps/mono/SOURCES | 3 ++- apps/plugins/bitmaps/native/SOURCES | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'apps/plugins/bitmaps') diff --git a/apps/plugins/bitmaps/mono/SOURCES b/apps/plugins/bitmaps/mono/SOURCES index bdc0693129..be23b4f519 100644 --- a/apps/plugins/bitmaps/mono/SOURCES +++ b/apps/plugins/bitmaps/mono/SOURCES @@ -3,7 +3,8 @@ /* Bubbles */ #if (LCD_WIDTH == 112) && (LCD_HEIGHT == 64) bubbles_bubble.112x64x1.bmp -#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) +#elif ((LCD_WIDTH == 160) && (LCD_HEIGHT == 128)) || \ + ((LCD_WIDTH == 128) && (LCD_HEIGHT == 128)) bubbles_bubble.160x128x1.bmp #elif (LCD_WIDTH == 176) && (LCD_HEIGHT == 132) bubbles_bubble.160x128x1.bmp diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index 37182d2026..7d4e79a584 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -11,6 +11,9 @@ bubbles_emblem.160x128x2.bmp bubbles_emblem.160x128x16.bmp bubbles_left.160x128x16.bmp bubbles_right.160x128x16.bmp +#elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 128) +bubbles_emblem.160x128x16.bmp +bubbles_left.160x128x16.bmp #elif (LCD_WIDTH == 176) && (LCD_HEIGHT == 132) bubbles_emblem.160x128x16.bmp bubbles_left.176x132x16.bmp -- cgit v1.2.3