mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Load PictureFlow logo from disk, discarding it after splash screen is done and freeing the used space for the slide cache.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21051 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9be554cb6a
commit
802ea462d0
3 changed files with 51 additions and 27 deletions
|
@ -692,15 +692,6 @@ matrix_bold.bmp
|
|||
matrix_normal.bmp
|
||||
#endif
|
||||
|
||||
/* pictureflow */
|
||||
#if defined(HAVE_LCD_BITMAP) && defined(HAVE_TAGCACHE)
|
||||
#if (LCD_WIDTH < 200)
|
||||
pictureflow_logo.100x18x16.bmp
|
||||
#else
|
||||
pictureflow_logo.193x34x16.bmp
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/* Sliding puzzle */
|
||||
#if (LCD_WIDTH != LCD_HEIGHT)
|
||||
#define SMALLER_DIMENSION ((LCD_WIDTH < LCD_HEIGHT) ? LCD_WIDTH : LCD_HEIGHT)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue