1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Nicolas Pennequin 2007-12-10 21:07:06 +00:00
parent 804dc81080
commit 16be6567b6
6 changed files with 50 additions and 12 deletions

View file

@ -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 */