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/SOURCES38
1 files changed, 38 insertions, 0 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES
index 814845dc5b..cfc9ebcf6a 100644
--- a/apps/plugins/bitmaps/native/SOURCES
+++ b/apps/plugins/bitmaps/native/SOURCES
@@ -27,6 +27,44 @@ _2048_background.56x56x24.bmp
27#endif 27#endif
28#undef MIN 28#undef MIN
29 29
30/* amaze */
31#if defined(HAVE_LCD_COLOR)
32#if LCD_WIDTH >= 220 || LCD_HEIGHT >= 220
33amaze_tiles_9.9x9x16.bmp
34amaze_tiles_7.7x7x16.bmp
35#elif LCD_WIDTH >= 160 || LCD_HEIGHT >= 160
36amaze_tiles_7.7x7x16.bmp
37amaze_tiles_5.5x5x16.bmp
38#else
39amaze_tiles_5.5x5x16.bmp
40amaze_tiles_3.3x3x16.bmp
41#endif
42
43#elif LCD_DEPTH > 1
44#if LCD_WIDTH >= 220 || LCD_HEIGHT >= 220
45amaze_tiles_9.9x9x2.bmp
46amaze_tiles_7.7x7x2.bmp
47#elif LCD_WIDTH >= 160 || LCD_HEIGHT >= 160
48amaze_tiles_7.7x7x2.bmp
49amaze_tiles_5.5x5x2.bmp
50#else
51amaze_tiles_5.5x5x2.bmp
52amaze_tiles_3.3x3x2.bmp
53#endif
54
55#else /* mono */
56#if LCD_WIDTH >= 220 || LCD_HEIGHT >= 220
57amaze_tiles_9.9x9x1.bmp
58amaze_tiles_7.7x7x1.bmp
59#elif LCD_WIDTH >= 160 || LCD_HEIGHT >= 160
60amaze_tiles_7.7x7x1.bmp
61amaze_tiles_5.5x5x1.bmp
62#else
63amaze_tiles_5.5x5x1.bmp
64amaze_tiles_3.3x3x1.bmp
65#endif
66#endif /* amaze */
67
30/* Brickmania */ 68/* Brickmania */
31#ifdef HAVE_LCD_COLOR 69#ifdef HAVE_LCD_COLOR
32#if LCD_WIDTH >= 112 70#if LCD_WIDTH >= 112