diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2006-10-22 13:20:47 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2006-10-22 13:20:47 +0000 |
| commit | 3943c5c267c0a7b598b6e820ccf538c6b80fbf53 (patch) | |
| tree | 9def84ae681df5c83c7aa701cc3596e6c499864f /apps/plugins/bitmaps | |
| parent | 43528c770e32556223a99d3e92a551434395dde5 (diff) | |
| download | rockbox-3943c5c267c0a7b598b6e820ccf538c6b80fbf53.zip rockbox-3943c5c267c0a7b598b6e820ccf538c6b80fbf53.tar.gz rockbox-3943c5c267c0a7b598b6e820ccf538c6b80fbf53.tar.bz2 rockbox-3943c5c267c0a7b598b6e820ccf538c6b80fbf53.tar.xz | |
Star: separate graphics for Gigabeat, by Marianne Arnold.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11310 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/bitmaps')
| -rw-r--r-- | apps/plugins/bitmaps/native/SOURCES | 2 | ||||
| -rwxr-xr-x | apps/plugins/bitmaps/native/star_tiles.15x15.bmp | bin | 0 -> 3654 bytes |
2 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index 4051230..e2bba83 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -156,6 +156,8 @@ flipit_tokens.16x26x1.bmp #ifdef HAVE_LCD_COLOR #if LCD_WIDTH >= 320 && LCD_HEIGHT >= 188 star_tiles.20x20.bmp +#elif LCD_WIDTH >= 240 && LCD_HEIGHT >= 143 +star_tiles.15x15.bmp #elif LCD_WIDTH >= 208 && LCD_HEIGHT >= 125 star_tiles.13x13.bmp #elif LCD_WIDTH >= 176 && LCD_HEIGHT >= 107 diff --git a/apps/plugins/bitmaps/native/star_tiles.15x15.bmp b/apps/plugins/bitmaps/native/star_tiles.15x15.bmp Binary files differnew file mode 100755 index 0000000..a621311 --- /dev/null +++ b/apps/plugins/bitmaps/native/star_tiles.15x15.bmp |