diff options
author | Karl Kurbjun <kkurbjun@gmail.com> | 2006-11-10 06:55:16 +0000 |
---|---|---|
committer | Karl Kurbjun <kkurbjun@gmail.com> | 2006-11-10 06:55:16 +0000 |
commit | e3324483dfa58c709411e1b38ed77ae9cc7dee0c (patch) | |
tree | 0c6ea46ace4db8ebbeceb877213c17779b81a934 | |
parent | cbce47a623998ed2161c7567e9c28b5b48685f65 (diff) | |
download | rockbox-e3324483dfa58c709411e1b38ed77ae9cc7dee0c.tar.gz rockbox-e3324483dfa58c709411e1b38ed77ae9cc7dee0c.zip |
oops forgot the logo build
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11493 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | apps/plugins/bitmaps/mono/SOURCES | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/apps/plugins/bitmaps/mono/SOURCES b/apps/plugins/bitmaps/mono/SOURCES index 96e4c2bb31..f243e28d65 100644 --- a/apps/plugins/bitmaps/mono/SOURCES +++ b/apps/plugins/bitmaps/mono/SOURCES | |||
@@ -17,6 +17,25 @@ bubbles_bubble.220x176x1.bmp | |||
17 | bubbles_bubble.320x240x1.bmp | 17 | bubbles_bubble.320x240x1.bmp |
18 | #endif | 18 | #endif |
19 | 19 | ||
20 | /* Clock */ | ||
21 | #if (LCD_WIDTH == 112) && (LCD_HEIGHT == 64) | ||
22 | clock_logo.112x64x1.bmp | ||
23 | #elif (LCD_WIDTH == 138) && (LCD_HEIGHT == 110) | ||
24 | clock_logo.138x110x1.bmp | ||
25 | #elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) | ||
26 | clock_logo.160x128x1.bmp | ||
27 | #elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 128) | ||
28 | clock_logo.128x128x1.bmp | ||
29 | #elif (LCD_WIDTH == 176) && (LCD_HEIGHT == 132) | ||
30 | clock_logo.176x132x1.bmp | ||
31 | #elif (LCD_WIDTH == 220) && (LCD_HEIGHT == 176) | ||
32 | clock_logo.220x176x1.bmp | ||
33 | #elif (LCD_WIDTH == 240) && (LCD_HEIGHT == 320) | ||
34 | clock_logo.240x320x1.bmp | ||
35 | #elif (LCD_WIDTH == 320) && (LCD_HEIGHT == 240) | ||
36 | clock_logo.320x240x1.bmp | ||
37 | #endif | ||
38 | |||
20 | /* BrickMania */ | 39 | /* BrickMania */ |
21 | #if (LCD_WIDTH == 112) && (LCD_HEIGHT == 64) | 40 | #if (LCD_WIDTH == 112) && (LCD_HEIGHT == 64) |
22 | brickmania_menu_items.112x64x1.bmp | 41 | brickmania_menu_items.112x64x1.bmp |