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/SOURCES39
1 files changed, 39 insertions, 0 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES
index d0cc853f5b..814845dc5b 100644
--- a/apps/plugins/bitmaps/native/SOURCES
+++ b/apps/plugins/bitmaps/native/SOURCES
@@ -973,6 +973,45 @@ rockboxlogo.91x32x1.bmp
973#endif 973#endif
974#endif 974#endif
975 975
976/* Credits logo */
977#if (LCD_DEPTH == 1)
978#if (LCD_WIDTH == 160)
979creditslogo.160x53x1.bmp
980#elif (LCD_WIDTH == 128)
981creditslogo.128x42x1.bmp
982#else
983creditslogo.112x30x1.bmp
984#endif
985#elif (LCD_WIDTH == 96) && (LCD_DEPTH >= 16)
986creditslogo.96x30x16.bmp
987#elif (LCD_WIDTH == 128) && (LCD_DEPTH == 2)
988creditslogo.128x42x2.bmp
989#elif (LCD_WIDTH == 128) && (LCD_DEPTH >= 16)
990creditslogo.128x40x16.bmp
991#elif (LCD_WIDTH == 132) && (LCD_DEPTH >= 16)
992creditslogo.132x40x16.bmp
993#elif (LCD_WIDTH == 138) && (LCD_DEPTH >= 2)
994creditslogo.138x46x2.bmp
995#elif (LCD_WIDTH == 160) && (LCD_DEPTH == 2)
996creditslogo.160x53x2.bmp
997#elif (LCD_WIDTH == 320) && (LCD_DEPTH == 2)
998creditslogo.160x53x2.bmp
999#elif (LCD_WIDTH == 160) && (LCD_DEPTH >= 16)
1000creditslogo.160x50x16.bmp
1001#elif (LCD_WIDTH == 176) && (LCD_DEPTH >= 16)
1002creditslogo.176x54x16.bmp
1003#elif (LCD_WIDTH == 220) && (LCD_DEPTH >= 16)
1004creditslogo.220x68x16.bmp
1005#elif (LCD_WIDTH == 240) && (LCD_DEPTH >= 16)
1006creditslogo.240x74x16.bmp
1007#elif (LCD_WIDTH >= 320) && (LCD_WIDTH < 480) && (LCD_DEPTH >= 16)
1008creditslogo.320x98x16.bmp
1009#elif (LCD_WIDTH >= 480) && (LCD_WIDTH < 640) && (LCD_DEPTH >= 16)
1010creditslogo.480x149x16.bmp
1011#elif (LCD_WIDTH >= 640) && (LCD_DEPTH >= 16)
1012creditslogo.640x198x16.bmp
1013#endif
1014
976/* Pitch detector */ 1015/* Pitch detector */
977/* The following preprocessor condition must match the condition */ 1016/* The following preprocessor condition must match the condition */
978/* for pitch detector from plugins/SOURCES */ 1017/* for pitch detector from plugins/SOURCES */