diff options
| author | Adam Boot <rotator@gmail.com> | 2007-01-19 23:03:41 +0000 |
|---|---|---|
| committer | Adam Boot <rotator@gmail.com> | 2007-01-19 23:03:41 +0000 |
| commit | 769d6a825593071bfc3e11b9f8e5a1c80c9e31f5 (patch) | |
| tree | 678a86d9b52c85e97b9df72ca69d944672d17892 /apps/plugins/bitmaps/native | |
| parent | 841a3c19500b6010823d2a5cd408d4e24cd5e375 (diff) | |
| download | rockbox-769d6a825593071bfc3e11b9f8e5a1c80c9e31f5.zip rockbox-769d6a825593071bfc3e11b9f8e5a1c80c9e31f5.tar.gz rockbox-769d6a825593071bfc3e11b9f8e5a1c80c9e31f5.tar.bz2 rockbox-769d6a825593071bfc3e11b9f8e5a1c80c9e31f5.tar.xz | |
Bubbles: Fix for gigabeat and add sansa e200 support
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12075 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/bitmaps/native')
| -rw-r--r-- | apps/plugins/bitmaps/native/SOURCES | 8 | ||||
| -rwxr-xr-x | apps/plugins/bitmaps/native/bubbles_left.176x220x16.bmp | bin | 0 -> 31734 bytes | |||
| -rw-r--r-- | apps/plugins/bitmaps/native/bubbles_left.240x320x16.bmp | bin | 53814 -> 61494 bytes | |||
| -rw-r--r-- | apps/plugins/bitmaps/native/bubbles_right.240x320x16.bmp | bin | 55094 -> 0 bytes |
4 files changed, 5 insertions, 3 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index b98377e..6fb8a20 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -22,14 +22,16 @@ bubbles_right.176x132x16.bmp bubbles_emblem.220x176x16.bmp bubbles_left.220x176x16.bmp bubbles_right.220x176x16.bmp -#elif (LCD_WIDTH == 240) && (LCD_HEIGHT == 320) +#elif (LCD_WIDTH == 176) && (LCD_HEIGHT == 220) bubbles_emblem.220x176x16.bmp -bubbles_left.240x320x16.bmp -bubbles_right.240x320x16.bmp +bubbles_left.176x220x16.bmp #elif (LCD_WIDTH == 320) && (LCD_HEIGHT == 240) bubbles_emblem.320x240x16.bmp bubbles_left.320x240x16.bmp bubbles_right.320x240x16.bmp +#elif (LCD_WIDTH == 240) && (LCD_HEIGHT == 320) +bubbles_emblem.320x240x16.bmp +bubbles_left.240x320x16.bmp #endif /* ChessBox */ diff --git a/apps/plugins/bitmaps/native/bubbles_left.176x220x16.bmp b/apps/plugins/bitmaps/native/bubbles_left.176x220x16.bmp Binary files differnew file mode 100755 index 0000000..7d66663 --- /dev/null +++ b/apps/plugins/bitmaps/native/bubbles_left.176x220x16.bmp diff --git a/apps/plugins/bitmaps/native/bubbles_left.240x320x16.bmp b/apps/plugins/bitmaps/native/bubbles_left.240x320x16.bmp Binary files differindex 25cf12d..6e4bb45 100644 --- a/apps/plugins/bitmaps/native/bubbles_left.240x320x16.bmp +++ b/apps/plugins/bitmaps/native/bubbles_left.240x320x16.bmp diff --git a/apps/plugins/bitmaps/native/bubbles_right.240x320x16.bmp b/apps/plugins/bitmaps/native/bubbles_right.240x320x16.bmp Binary files differdeleted file mode 100644 index 7f08389..0000000 --- a/apps/plugins/bitmaps/native/bubbles_right.240x320x16.bmp +++ /dev/null |