From 16be6567b6dcd66dabf8b1e7f3a84ac358589c16 Mon Sep 17 00:00:00 2001 From: Nicolas Pennequin Date: Mon, 10 Dec 2007 21:07:06 +0000 Subject: PictureFlow improvements by Jonas Hurrelmann: * Scrolling and fading album titles * Better support for small displays git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15908 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/bitmaps/native/SOURCES | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'apps/plugins/bitmaps/native/SOURCES') diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index 5a36ec04a0..1acc903387 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -512,8 +512,16 @@ matrix_normal.bmp /* pictureflow */ #if defined(HAVE_LCD_COLOR) && defined(HAVE_ALBUMART) && defined(HAVE_TAGCACHE) -pictureflow_logo.bmp -pictureflow_emptyslide.bmp +#if (LCD_WIDTH < 200) + pictureflow_logo.100x18x16.bmp +#else + pictureflow_logo.193x34x16.bmp +#endif +#if (LCD_HEIGHT < 200 ) + pictureflow_emptyslide.50x50x16.bmp +#else + pictureflow_emptyslide.100x100x16.bmp +#endif #endif #endif /* HAVE_LCD_BITMAP */ -- cgit v1.2.3