diff options
author | Nicolas Pennequin <nicolas.pennequin@free.fr> | 2007-12-11 18:54:50 +0000 |
---|---|---|
committer | Nicolas Pennequin <nicolas.pennequin@free.fr> | 2007-12-11 18:54:50 +0000 |
commit | a7d08774dccec1b078ff953be57ac7b5b19bf7e3 (patch) | |
tree | 2668af5668fc80d92eafcc8defe787ec496ba7c1 /apps/plugins/bitmaps | |
parent | 303cf259d99b66c9c2d21e476f6ca77b99ef0743 (diff) |
PictureFlow fixes and improvements:
* Reduced popping effect (FS#8303)
* Scale the empty slide to average album width
* Introduced some visual settings
* Fix FS#8298 but make the criteria a screen height of less than 100 px so that only the c200 gets 50x50 slides
The scaling code is added as a lib function with a basic test plugin that's not compiled by default.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15913 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/bitmaps')
-rw-r--r-- | apps/plugins/bitmaps/native/SOURCES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index 1acc903387..35bd6ad69e 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -517,7 +517,7 @@ matrix_normal.bmp #else pictureflow_logo.193x34x16.bmp #endif -#if (LCD_HEIGHT < 200 ) +#if (LCD_HEIGHT < 100 ) pictureflow_emptyslide.50x50x16.bmp #else pictureflow_emptyslide.100x100x16.bmp |