summaryrefslogtreecommitdiff
path: root/apps/plugins/bitmaps/native/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/bitmaps/native/SOURCES')
-rw-r--r--apps/plugins/bitmaps/native/SOURCES12
1 files changed, 10 insertions, 2 deletions
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
512 512
513/* pictureflow */ 513/* pictureflow */
514#if defined(HAVE_LCD_COLOR) && defined(HAVE_ALBUMART) && defined(HAVE_TAGCACHE) 514#if defined(HAVE_LCD_COLOR) && defined(HAVE_ALBUMART) && defined(HAVE_TAGCACHE)
515pictureflow_logo.bmp 515#if (LCD_WIDTH < 200)
516pictureflow_emptyslide.bmp 516 pictureflow_logo.100x18x16.bmp
517#else
518 pictureflow_logo.193x34x16.bmp
519#endif
520#if (LCD_HEIGHT < 200 )
521 pictureflow_emptyslide.50x50x16.bmp
522#else
523 pictureflow_emptyslide.100x100x16.bmp
524#endif
517#endif 525#endif
518 526
519#endif /* HAVE_LCD_BITMAP */ 527#endif /* HAVE_LCD_BITMAP */