summaryrefslogtreecommitdiff
path: root/apps/plugins/bitmaps/native
diff options
context:
space:
mode:
authorDimitar Dimitrov <mitakas@gmail.com>2012-03-02 22:26:16 +0100
committerRafaël Carré <rafael.carre@gmail.com>2012-03-03 02:54:26 +0100
commit3f82f3aca14eb954e55f761721ffdd2684f0e812 (patch)
tree12a49560145a39ec1bc2afd7b21c4e43a6563f3f /apps/plugins/bitmaps/native
parent57264cef43f89421278740dbab86c838b2cebb07 (diff)
downloadrockbox-3f82f3aca14eb954e55f761721ffdd2684f0e812.zip
rockbox-3f82f3aca14eb954e55f761721ffdd2684f0e812.tar.gz
rockbox-3f82f3aca14eb954e55f761721ffdd2684f0e812.tar.bz2
rockbox-3f82f3aca14eb954e55f761721ffdd2684f0e812.tar.xz
Sansa Clip Zip: Bubble now shows a proper background image
Change-Id: If595378d58a4602bdc6b101c062c6974f6debf62 Reviewed-on: http://gerrit.rockbox.org/167 Reviewed-by: Dimitar Dimitrov <mitakas@gmail.com> Tested-by: Dimitar Dimitrov <mitakas@gmail.com> Tested-by: Bertrik Sikken <bertrik@sikken.nl> Reviewed-by: Bertrik Sikken <bertrik@sikken.nl> Reviewed-by: Rafaël Carré <rafael.carre@gmail.com>
Diffstat (limited to 'apps/plugins/bitmaps/native')
-rw-r--r--apps/plugins/bitmaps/native/SOURCES2
-rw-r--r--apps/plugins/bitmaps/native/bubbles_background.96x96x16.bmpbin0 -> 27702 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES
index a523405..de347fd 100644
--- a/apps/plugins/bitmaps/native/SOURCES
+++ b/apps/plugins/bitmaps/native/SOURCES
@@ -151,7 +151,7 @@ bubbles_emblem.132x80x16.bmp
bubbles_background.132x80x16.bmp
#elif (LCD_WIDTH >= 96) && (LCD_HEIGHT >= 96)
bubbles_emblem.132x80x16.bmp
-bubbles_background.128x96x16.bmp
+bubbles_background.96x96x16.bmp
#endif
#elif LCD_DEPTH <= 2 /* greyscale, mono */
#if (LCD_WIDTH >= 160) && (LCD_HEIGHT >= 128)
diff --git a/apps/plugins/bitmaps/native/bubbles_background.96x96x16.bmp b/apps/plugins/bitmaps/native/bubbles_background.96x96x16.bmp
new file mode 100644
index 0000000..f52642e
--- /dev/null
+++ b/apps/plugins/bitmaps/native/bubbles_background.96x96x16.bmp
Binary files differ