summaryrefslogtreecommitdiff
path: root/apps/plugins/bitmaps
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2006-09-18 21:21:12 +0000
committerJens Arnold <amiconn@rockbox.org>2006-09-18 21:21:12 +0000
commitf3dd56791a58c6342d15691c67946d7cbaacf4ab (patch)
tree56d2c77732f9034c34d3c3d68cec40b8c34fe125 /apps/plugins/bitmaps
parent10ad0a2a942f0dc2a31374135440c25a1a4f05bb (diff)
downloadrockbox-f3dd56791a58c6342d15691c67946d7cbaacf4ab.tar.gz
rockbox-f3dd56791a58c6342d15691c67946d7cbaacf4ab.zip
Bubbles adapted to H10-5GB by Marianne Arnold.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10997 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/bitmaps')
-rw-r--r--apps/plugins/bitmaps/mono/SOURCES3
-rw-r--r--apps/plugins/bitmaps/native/SOURCES3
2 files changed, 5 insertions, 1 deletions
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 @@
3/* Bubbles */ 3/* Bubbles */
4#if (LCD_WIDTH == 112) && (LCD_HEIGHT == 64) 4#if (LCD_WIDTH == 112) && (LCD_HEIGHT == 64)
5bubbles_bubble.112x64x1.bmp 5bubbles_bubble.112x64x1.bmp
6#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) 6#elif ((LCD_WIDTH == 160) && (LCD_HEIGHT == 128)) || \
7 ((LCD_WIDTH == 128) && (LCD_HEIGHT == 128))
7bubbles_bubble.160x128x1.bmp 8bubbles_bubble.160x128x1.bmp
8#elif (LCD_WIDTH == 176) && (LCD_HEIGHT == 132) 9#elif (LCD_WIDTH == 176) && (LCD_HEIGHT == 132)
9bubbles_bubble.160x128x1.bmp 10bubbles_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
11bubbles_emblem.160x128x16.bmp 11bubbles_emblem.160x128x16.bmp
12bubbles_left.160x128x16.bmp 12bubbles_left.160x128x16.bmp
13bubbles_right.160x128x16.bmp 13bubbles_right.160x128x16.bmp
14#elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 128)
15bubbles_emblem.160x128x16.bmp
16bubbles_left.160x128x16.bmp
14#elif (LCD_WIDTH == 176) && (LCD_HEIGHT == 132) 17#elif (LCD_WIDTH == 176) && (LCD_HEIGHT == 132)
15bubbles_emblem.160x128x16.bmp 18bubbles_emblem.160x128x16.bmp
16bubbles_left.176x132x16.bmp 19bubbles_left.176x132x16.bmp