summaryrefslogtreecommitdiffstats
path: root/apps/plugins/bitmaps/native/SOURCES
diff options
context:
space:
mode:
authorAndrew Mahone <andrew.mahone@gmail.com>2008-12-27 00:26:15 +0000
committerAndrew Mahone <andrew.mahone@gmail.com>2008-12-27 00:26:15 +0000
commit932f30d825d1b5c6f5465872957b55d5a9785462 (patch)
tree1e1c172a92f1a99165bfccfcc8acd8c07c0875da /apps/plugins/bitmaps/native/SOURCES
parent78d625f84011ba953e125cf20300b7fc2fea8c4b (diff)
downloadrockbox-932f30d825d1b5c6f5465872957b55d5a9785462.tar.gz
rockbox-932f30d825d1b5c6f5465872957b55d5a9785462.zip
Add support for scaled bitmap loads, and for greylib display, to
pictureflow, as well as several small fixes in the areas modified. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19598 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/bitmaps/native/SOURCES')
-rw-r--r--apps/plugins/bitmaps/native/SOURCES7
1 files changed, 1 insertions, 6 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES
index 882c3f455a..924b55617d 100644
--- a/apps/plugins/bitmaps/native/SOURCES
+++ b/apps/plugins/bitmaps/native/SOURCES
@@ -669,17 +669,12 @@ matrix_normal.bmp
#endif
/* pictureflow */
-#if defined(HAVE_LCD_COLOR) && defined(HAVE_ALBUMART) && defined(HAVE_TAGCACHE)
+#if defined(HAVE_ALBUMART) && defined(HAVE_TAGCACHE)
#if (LCD_WIDTH < 200)
pictureflow_logo.100x18x16.bmp
#else
pictureflow_logo.193x34x16.bmp
#endif
-#if (LCD_HEIGHT < 100 )
-pictureflow_emptyslide.50x50x16.bmp
-#else
-pictureflow_emptyslide.100x100x16.bmp
-#endif
#endif
/* Sliding puzzle */