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/SOURCES45
1 files changed, 45 insertions, 0 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES
index 6f069dd9f1..fe546cab25 100644
--- a/apps/plugins/bitmaps/native/SOURCES
+++ b/apps/plugins/bitmaps/native/SOURCES
@@ -321,6 +321,51 @@ minesweeper_tiles.12x12x2.bmp
321minesweeper_tiles.8x8x1.bmp 321minesweeper_tiles.8x8x1.bmp
322#endif 322#endif
323 323
324/* PegBox */
325#if (LCD_WIDTH >= 320) && (LCD_HEIGHT >= 240) && (LCD_DEPTH >= 16)
326pegbox_menu_top.320x68x16.bmp
327pegbox_menu_items.120x32x16.bmp
328pegbox_pieces.24x24x16.bmp
329pegbox_header.320x40x16.bmp
330#elif (LCD_WIDTH >= 240) && (LCD_HEIGHT >= 192) && (LCD_DEPTH >= 16)
331pegbox_menu_top.240x80x16.bmp
332pegbox_menu_items.120x32x16.bmp
333pegbox_pieces.16x16x16.bmp
334pegbox_header.240x40x16.bmp
335#elif (LCD_WIDTH >= 220) && (LCD_HEIGHT >= 176) && (LCD_DEPTH >= 16)
336pegbox_menu_top.220x60x16.bmp
337pegbox_menu_items.70x20x16.bmp
338pegbox_pieces.16x16x16.bmp
339pegbox_header.220x40x16.bmp
340#elif (LCD_WIDTH >= 176) && (LCD_HEIGHT >= 132) && (LCD_DEPTH >= 16)
341pegbox_menu_top.176x46x16.bmp
342pegbox_menu_items.60x17x16.bmp
343pegbox_pieces.12x12x16.bmp
344pegbox_header.176x28x16.bmp
345#elif (LCD_WIDTH >= 160) && (LCD_HEIGHT >= 128) && (LCD_DEPTH >= 16)
346pegbox_menu_top.160x42x16.bmp
347pegbox_menu_items.60x17x16.bmp
348pegbox_pieces.12x12x16.bmp
349pegbox_header.160x24x16.bmp
350#elif (LCD_WIDTH >= 160) && (LCD_HEIGHT >= 128) && (LCD_DEPTH > 1)
351pegbox_menu_top.160x42x4.bmp
352pegbox_menu_items.60x17x4.bmp
353pegbox_pieces.12x12x4.bmp
354pegbox_header.160x24x4.bmp
355#elif (LCD_WIDTH >= 138) && (LCD_HEIGHT >= 110) && (LCD_DEPTH > 1)
356pegbox_menu_top.138x34x4.bmp
357pegbox_menu_items.60x17x4.bmp
358pegbox_pieces.8x8x1.bmp
359pegbox_header.138x28x4.bmp
360#elif (LCD_WIDTH >= 160) && (LCD_HEIGHT >= 128) && (LCD_DEPTH == 1)
361pegbox_menu_top.160x42x1.bmp
362pegbox_menu_items.60x17x1.bmp
363pegbox_pieces.12x12x1.bmp
364pegbox_header.160x24x1.bmp
365#else
366pegbox_pieces.8x8x1.bmp
367#endif
368
324/* Rockblox */ 369/* Rockblox */
325#if (LCD_WIDTH == 320) && (LCD_HEIGHT == 240) && (LCD_DEPTH == 16) 370#if (LCD_WIDTH == 320) && (LCD_HEIGHT == 240) && (LCD_DEPTH == 16)
326rockblox_background.320x240x16.bmp 371rockblox_background.320x240x16.bmp