diff options
| author | Michael Sevakis <jethead71@rockbox.org> | 2011-01-10 07:32:29 +0000 |
|---|---|---|
| committer | Michael Sevakis <jethead71@rockbox.org> | 2011-01-10 07:32:29 +0000 |
| commit | 9f4fdbd1a673de2897eede01616ca601d77eee21 (patch) | |
| tree | 984affa20f855d7947d133a85902977891f41827 /apps/plugins/bitmaps | |
| parent | fedd1f3bc1c617e72b400332c7acc59ccf337d4c (diff) | |
| download | rockbox-9f4fdbd1a673de2897eede01616ca601d77eee21.zip rockbox-9f4fdbd1a673de2897eede01616ca601d77eee21.tar.gz rockbox-9f4fdbd1a673de2897eede01616ca601d77eee21.tar.bz2 rockbox-9f4fdbd1a673de2897eede01616ca601d77eee21.tar.xz | |
Add backgrounds for 128x160 displays to bubbles and rockblox. Set the coordinates in the code.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29020 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/bitmaps')
| -rw-r--r-- | apps/plugins/bitmaps/native/SOURCES | 5 | ||||
| -rw-r--r-- | apps/plugins/bitmaps/native/bubbles_background.128x160x16.bmp | bin | 0 -> 61496 bytes | |||
| -rw-r--r-- | apps/plugins/bitmaps/native/rockblox_background.128x160x16.bmp | bin | 0 -> 61496 bytes |
3 files changed, 5 insertions, 0 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index 68cad04..65b1a38 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -139,6 +139,9 @@ bubbles_background.176x132x16.bmp #elif (LCD_WIDTH >= 160) && (LCD_HEIGHT >= 128) bubbles_emblem.160x128x16.bmp bubbles_background.160x128x16.bmp +#elif (LCD_WIDTH >= 128) && (LCD_HEIGHT >= 160) +bubbles_emblem.160x128x16.bmp +bubbles_background.128x160x16.bmp #elif (LCD_WIDTH >= 128) && (LCD_HEIGHT >= 128) bubbles_emblem.160x128x16.bmp bubbles_background.128x128x16.bmp @@ -492,6 +495,8 @@ rockblox_background.176x220x16.bmp rockblox_background.176x132x16.bmp #elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) rockblox_background.160x128x16.bmp +#elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 160) +rockblox_background.128x160x16.bmp #elif (LCD_WIDTH == 128) && (LCD_HEIGHT >= 128) rockblox_background.128x128x16.bmp #elif (LCD_WIDTH == 132) && (LCD_HEIGHT == 80) diff --git a/apps/plugins/bitmaps/native/bubbles_background.128x160x16.bmp b/apps/plugins/bitmaps/native/bubbles_background.128x160x16.bmp Binary files differnew file mode 100644 index 0000000..17e3e76 --- /dev/null +++ b/apps/plugins/bitmaps/native/bubbles_background.128x160x16.bmp diff --git a/apps/plugins/bitmaps/native/rockblox_background.128x160x16.bmp b/apps/plugins/bitmaps/native/rockblox_background.128x160x16.bmp Binary files differnew file mode 100644 index 0000000..2155bd9 --- /dev/null +++ b/apps/plugins/bitmaps/native/rockblox_background.128x160x16.bmp |