diff options
| author | Marianne Arnold <pixelma@rockbox.org> | 2007-09-28 22:05:22 +0000 |
|---|---|---|
| committer | Marianne Arnold <pixelma@rockbox.org> | 2007-09-28 22:05:22 +0000 |
| commit | bb62942b8959c2dcc5be7977f7e8e89c4b4536bc (patch) | |
| tree | 33b31fa9dbe842ff6b001c9d76b59eb7c9bc0b02 /apps/plugins/bitmaps/native/SOURCES | |
| parent | 7cbc161d517eb9bfbd2a251d82f62b07c1752168 (diff) | |
| download | rockbox-bb62942b8959c2dcc5be7977f7e8e89c4b4536bc.zip rockbox-bb62942b8959c2dcc5be7977f7e8e89c4b4536bc.tar.gz rockbox-bb62942b8959c2dcc5be7977f7e8e89c4b4536bc.tar.bz2 rockbox-bb62942b8959c2dcc5be7977f7e8e89c4b4536bc.tar.xz | |
Bubbles for Sansa c200.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14894 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/bitmaps/native/SOURCES')
| -rw-r--r-- | apps/plugins/bitmaps/native/SOURCES | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index 5e66779..430f5f9 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -82,6 +82,9 @@ bubbles_background.160x128x16.bmp #elif (LCD_WIDTH >= 128) && (LCD_HEIGHT >= 128) bubbles_emblem.160x128x16.bmp bubbles_background.128x128x16.bmp +#elif (LCD_WIDTH >= 132) && (LCD_HEIGHT >= 80) +bubbles_emblem.132x80x16.bmp +bubbles_background.132x80x16.bmp #endif #elif LCD_DEPTH <= 2 /* greyscale, mono */ #if (LCD_WIDTH >= 160) && (LCD_HEIGHT >= 128) |