From e0d0eedc905679e941f35b0a03fd593a8aee9b15 Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Sun, 13 Nov 2011 21:25:27 +0000 Subject: Sansa clip zip: update plugins (jewels, pegbox, rockpaint, star) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30976 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/bitmaps/native/SOURCES | 8 +++++++- apps/plugins/bitmaps/native/pegbox_header.96x32x16.bmp | Bin 0 -> 9270 bytes apps/plugins/bitmaps/native/pegbox_pieces.8x8x16.bmp | Bin 0 -> 1398 bytes apps/plugins/bitmaps/native/star_tiles.6x6.bmp | Bin 0 -> 654 bytes 4 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 apps/plugins/bitmaps/native/pegbox_header.96x32x16.bmp create mode 100644 apps/plugins/bitmaps/native/pegbox_pieces.8x8x16.bmp create mode 100644 apps/plugins/bitmaps/native/star_tiles.6x6.bmp (limited to 'apps/plugins/bitmaps/native') diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index 65b1a38..8eaf623 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -386,7 +386,8 @@ jewels.112x64x1.bmp jewels.128x128x16.bmp #elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 160) jewels.128x128x16.bmp -#elif (LCD_WIDTH == 132) && (LCD_HEIGHT == 80) +#elif ((LCD_WIDTH == 132) && (LCD_HEIGHT == 80)) || \ + ((LCD_WIDTH == 96) && (LCD_HEIGHT == 96)) jewels.132x80x16.bmp #elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 96) jewels.128x96x2.bmp @@ -453,6 +454,9 @@ pegbox_header.22x80x16.bmp #elif LCD_WIDTH >= 128 pegbox_pieces.10x10x16.bmp pegbox_header.128x42x16.bmp +#elif LCD_WIDTH >= 96 +pegbox_pieces.8x8x16.bmp +pegbox_header.96x32x16.bmp #endif /* different colour displays */ #elif LCD_DEPTH > 1 #if LCD_WIDTH >= 160 @@ -692,6 +696,8 @@ star_tiles.11x11.bmp star_tiles.10x10.bmp #elif (STAR_TILESIZE >= 8) star_tiles.8x8.bmp +#elif (STAR_TILESIZE >= 6) +star_tiles.6x6.bmp #endif #elif LCD_DEPTH > 1 /* grey */ #if LCD_WIDTH >= 160 && LCD_HEIGHT >= 98 diff --git a/apps/plugins/bitmaps/native/pegbox_header.96x32x16.bmp b/apps/plugins/bitmaps/native/pegbox_header.96x32x16.bmp new file mode 100644 index 0000000..d83494b Binary files /dev/null and b/apps/plugins/bitmaps/native/pegbox_header.96x32x16.bmp differ diff --git a/apps/plugins/bitmaps/native/pegbox_pieces.8x8x16.bmp b/apps/plugins/bitmaps/native/pegbox_pieces.8x8x16.bmp new file mode 100644 index 0000000..ca80fb8 Binary files /dev/null and b/apps/plugins/bitmaps/native/pegbox_pieces.8x8x16.bmp differ diff --git a/apps/plugins/bitmaps/native/star_tiles.6x6.bmp b/apps/plugins/bitmaps/native/star_tiles.6x6.bmp new file mode 100644 index 0000000..da047d8 Binary files /dev/null and b/apps/plugins/bitmaps/native/star_tiles.6x6.bmp differ -- cgit v1.1