From 932f30d825d1b5c6f5465872957b55d5a9785462 Mon Sep 17 00:00:00 2001 From: Andrew Mahone Date: Sat, 27 Dec 2008 00:26:15 +0000 Subject: 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 --- apps/plugins/bitmaps/native/SOURCES | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'apps/plugins/bitmaps') diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index 882c3f4..924b556 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 */ -- cgit v1.1