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 0718ffab86..d019cb8924 100644
--- a/apps/plugins/bitmaps/native/SOURCES
+++ b/apps/plugins/bitmaps/native/SOURCES
@@ -61,6 +61,45 @@ jewels.220x176x16.bmp
61jewels.320x240x16.bmp 61jewels.320x240x16.bmp
62#endif 62#endif
63 63
64/* Snake2 */
65#if (LCD_WIDTH >= 320) && (LCD_HEIGHT >= 240) && (LCD_DEPTH >= 16)
66snake2_header1.320x240x16.bmp
67snake2_header2.320x240x16.bmp
68snake2_left.320x240x16.bmp
69snake2_right.320x240x16.bmp
70snake2_bottom.320x240x16.bmp
71#elif (LCD_WIDTH >= 240) && (LCD_HEIGHT >= 192) && (LCD_DEPTH >= 16)
72snake2_header1.240x320x16.bmp
73snake2_header2.240x320x16.bmp
74snake2_left.240x320x16.bmp
75snake2_right.240x320x16.bmp
76snake2_bottom.240x320x16.bmp
77#elif (LCD_WIDTH >= 220) && (LCD_HEIGHT >= 176) && (LCD_DEPTH >= 16)
78snake2_header1.220x176x16.bmp
79snake2_header2.220x176x16.bmp
80snake2_left.220x176x16.bmp
81snake2_right.220x176x16.bmp
82snake2_bottom.220x176x16.bmp
83#elif (LCD_WIDTH >= 176) && (LCD_HEIGHT >= 132) && (LCD_DEPTH >= 16)
84snake2_header1.176x132x16.bmp
85snake2_header2.176x132x16.bmp
86snake2_left.176x132x16.bmp
87snake2_right.176x132x16.bmp
88snake2_bottom.176x132x16.bmp
89#elif (LCD_WIDTH >= 160) && (LCD_HEIGHT >= 128) && (LCD_DEPTH >= 16)
90snake2_header1.160x128x16.bmp
91snake2_header2.160x128x16.bmp
92snake2_left.160x128x16.bmp
93snake2_right.160x128x16.bmp
94snake2_bottom.160x128x16.bmp
95#elif (LCD_WIDTH >= 160) && (LCD_HEIGHT >= 128) && (LCD_DEPTH >= 1)
96snake2_header1.160x128x2.bmp
97snake2_header2.160x128x2.bmp
98snake2_left.160x128x2.bmp
99snake2_right.160x128x2.bmp
100snake2_bottom.160x128x2.bmp
101#endif
102
64/* Solitaire */ 103/* Solitaire */
65#ifdef HAVE_LCD_COLOR 104#ifdef HAVE_LCD_COLOR
66#if (LCD_WIDTH >= 220) && (LCD_HEIGHT >= 176) 105#if (LCD_WIDTH >= 220) && (LCD_HEIGHT >= 176)