mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
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
This commit is contained in:
parent
78d625f840
commit
932f30d825
4 changed files with 199 additions and 202 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue