summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/bitmaps/native/SOURCES14
1 files changed, 8 insertions, 6 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES
index 40ed6b0da3..b1393cf199 100644
--- a/apps/plugins/bitmaps/native/SOURCES
+++ b/apps/plugins/bitmaps/native/SOURCES
@@ -119,17 +119,19 @@ bubbles_emblem.112x64x1.bmp
119#endif 119#endif
120 120
121/* ChessBox */ 121/* ChessBox */
122#if (LCD_WIDTH >= 240) && (LCD_HEIGHT >= 240) & (LCD_DEPTH >= 16) 122#if (LCD_WIDTH >= 240) && (LCD_HEIGHT >= 240) && (LCD_DEPTH >= 16)
123chessbox_pieces.240x240x16.bmp 123chessbox_pieces.240x240x16.bmp
124#elif (LCD_WIDTH >= 176) && (LCD_HEIGHT >= 176) & (LCD_DEPTH >= 16) 124#elif (LCD_WIDTH >= 176) && (LCD_HEIGHT >= 176) && (LCD_DEPTH >= 16)
125chessbox_pieces.176x176x16.bmp 125chessbox_pieces.176x176x16.bmp
126#elif (LCD_WIDTH >= 128) && (LCD_HEIGHT >= 128) & (LCD_DEPTH > 1) 126#elif (LCD_WIDTH >= 128) && (LCD_HEIGHT >= 128) && (LCD_DEPTH > 1)
127chessbox_pieces.128x128x2.bmp 127chessbox_pieces.128x128x2.bmp
128#elif (LCD_WIDTH >= 104) && (LCD_HEIGHT >= 104) & (LCD_DEPTH > 1) 128#elif (LCD_WIDTH >= 128) && (LCD_HEIGHT >= 128) && (LCD_DEPTH == 1)
129chessbox_pieces.128x128x1.bmp
130#elif (LCD_WIDTH >= 104) && (LCD_HEIGHT >= 104) && (LCD_DEPTH > 1)
129chessbox_pieces.104x104x2.bmp 131chessbox_pieces.104x104x2.bmp
130#elif (LCD_WIDTH >= 80) && (LCD_HEIGHT >= 80) & (LCD_DEPTH > 1) 132#elif (LCD_WIDTH >= 80) && (LCD_HEIGHT >= 80) && (LCD_DEPTH > 1)
131chessbox_pieces.80x80x16.bmp 133chessbox_pieces.80x80x16.bmp
132#elif (LCD_WIDTH == 112) && (LCD_HEIGHT == 64) & (LCD_DEPTH == 1) 134#elif (LCD_WIDTH == 112) && (LCD_HEIGHT == 64) && (LCD_DEPTH == 1)
133chessbox_pieces.80x64x1.bmp 135chessbox_pieces.80x64x1.bmp
134#elif (LCD_WIDTH >= 64) && (LCD_HEIGHT >= 64) 136#elif (LCD_WIDTH >= 64) && (LCD_HEIGHT >= 64)
135chessbox_pieces.64x64x1.bmp 137chessbox_pieces.64x64x1.bmp