summaryrefslogtreecommitdiff
path: root/apps/plugins/bitmaps/native/SOURCES
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2006-10-28 21:09:13 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2006-10-28 21:09:13 +0000
commit0006a1a568ed858b0e5188eccc6a5112651dc3dd (patch)
tree5729d8e82c6441d9ec6018a7e1912f4e912f88af /apps/plugins/bitmaps/native/SOURCES
parenta572318f0a406103ec2423ad19d71c6bdd2d2f5f (diff)
downloadrockbox-0006a1a568ed858b0e5188eccc6a5112651dc3dd.tar.gz
rockbox-0006a1a568ed858b0e5188eccc6a5112651dc3dd.zip
Add greyscale jewels for h100 series and Ipod mini.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11373 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/bitmaps/native/SOURCES')
-rw-r--r--apps/plugins/bitmaps/native/SOURCES8
1 files changed, 6 insertions, 2 deletions
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
56jewels.112x64x1.bmp 56jewels.112x64x1.bmp
57#elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 128) 57#elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 128)
58jewels.128x128x16.bmp 58jewels.128x128x16.bmp
59#elif (LCD_WIDTH == 138) && (LCD_HEIGHT == 110) 59#elif (LCD_WIDTH == 138) && (LCD_HEIGHT == 110) && (LCD_DEPTH == 1)
60jewels.138x110x1.bmp 60jewels.138x110x1.bmp
61#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && !defined(HAVE_LCD_COLOR) 61#elif (LCD_WIDTH == 138) && (LCD_HEIGHT == 110)
62jewels.138x110x2.bmp
63#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && (LCD_DEPTH == 1)
62jewels.160x128x1.bmp 64jewels.160x128x1.bmp
65#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && !defined(HAVE_LCD_COLOR)
66jewels.160x128x2.bmp
63#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && defined(HAVE_LCD_COLOR) 67#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && defined(HAVE_LCD_COLOR)
64jewels.160x128x16.bmp 68jewels.160x128x16.bmp
65#elif (LCD_WIDTH == 176) && (LCD_HEIGHT == 132) 69#elif (LCD_WIDTH == 176) && (LCD_HEIGHT == 132)