From 0006a1a568ed858b0e5188eccc6a5112651dc3dd Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Sat, 28 Oct 2006 21:09:13 +0000 Subject: Add greyscale jewels for h100 series and Ipod mini. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11373 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/bitmaps/native/SOURCES | 8 ++++++-- apps/plugins/bitmaps/native/jewels.138x110x2.bmp | Bin 0 -> 2742 bytes apps/plugins/bitmaps/native/jewels.160x128x2.bmp | Bin 0 -> 3126 bytes 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 apps/plugins/bitmaps/native/jewels.138x110x2.bmp create mode 100644 apps/plugins/bitmaps/native/jewels.160x128x2.bmp (limited to 'apps/plugins') diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index 84272ae201..76e1effa70 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -56,10 +56,14 @@ jewels.112x64x1.bmp jewels.112x64x1.bmp #elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 128) jewels.128x128x16.bmp -#elif (LCD_WIDTH == 138) && (LCD_HEIGHT == 110) +#elif (LCD_WIDTH == 138) && (LCD_HEIGHT == 110) && (LCD_DEPTH == 1) jewels.138x110x1.bmp -#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && !defined(HAVE_LCD_COLOR) +#elif (LCD_WIDTH == 138) && (LCD_HEIGHT == 110) +jewels.138x110x2.bmp +#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && (LCD_DEPTH == 1) jewels.160x128x1.bmp +#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && !defined(HAVE_LCD_COLOR) +jewels.160x128x2.bmp #elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && defined(HAVE_LCD_COLOR) jewels.160x128x16.bmp #elif (LCD_WIDTH == 176) && (LCD_HEIGHT == 132) diff --git a/apps/plugins/bitmaps/native/jewels.138x110x2.bmp b/apps/plugins/bitmaps/native/jewels.138x110x2.bmp new file mode 100644 index 0000000000..b2096e19b0 Binary files /dev/null and b/apps/plugins/bitmaps/native/jewels.138x110x2.bmp differ diff --git a/apps/plugins/bitmaps/native/jewels.160x128x2.bmp b/apps/plugins/bitmaps/native/jewels.160x128x2.bmp new file mode 100644 index 0000000000..603925f145 Binary files /dev/null and b/apps/plugins/bitmaps/native/jewels.160x128x2.bmp differ -- cgit v1.2.3