summaryrefslogtreecommitdiff
path: root/apps/plugins/bitmaps
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2006-10-28 21:29:32 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2006-10-28 21:29:32 +0000
commit4d33074e658081cb8debb06b59ee9e5e90bef79f (patch)
treec91c2362ccebfd78b52f0763a1a5fd4c947395ef /apps/plugins/bitmaps
parent0006a1a568ed858b0e5188eccc6a5112651dc3dd (diff)
downloadrockbox-4d33074e658081cb8debb06b59ee9e5e90bef79f.tar.gz
rockbox-4d33074e658081cb8debb06b59ee9e5e90bef79f.zip
remove the 1 bit jewels for greyscale targets.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11374 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/bitmaps')
-rw-r--r--apps/plugins/bitmaps/native/SOURCES4
-rwxr-xr-xapps/plugins/bitmaps/native/jewels.138x110x1.bmpbin478 -> 0 bytes
-rw-r--r--apps/plugins/bitmaps/native/jewels.160x128x1.bmpbin574 -> 0 bytes
3 files changed, 0 insertions, 4 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES
index 76e1effa70..be8f2b6889 100644
--- a/apps/plugins/bitmaps/native/SOURCES
+++ b/apps/plugins/bitmaps/native/SOURCES
@@ -56,12 +56,8 @@ 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) && (LCD_DEPTH == 1)
60jewels.138x110x1.bmp
61#elif (LCD_WIDTH == 138) && (LCD_HEIGHT == 110) 59#elif (LCD_WIDTH == 138) && (LCD_HEIGHT == 110)
62jewels.138x110x2.bmp 60jewels.138x110x2.bmp
63#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && (LCD_DEPTH == 1)
64jewels.160x128x1.bmp
65#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && !defined(HAVE_LCD_COLOR) 61#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && !defined(HAVE_LCD_COLOR)
66jewels.160x128x2.bmp 62jewels.160x128x2.bmp
67#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && defined(HAVE_LCD_COLOR) 63#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && defined(HAVE_LCD_COLOR)
diff --git a/apps/plugins/bitmaps/native/jewels.138x110x1.bmp b/apps/plugins/bitmaps/native/jewels.138x110x1.bmp
deleted file mode 100755
index eea579736f..0000000000
--- a/apps/plugins/bitmaps/native/jewels.138x110x1.bmp
+++ /dev/null
Binary files differ
diff --git a/apps/plugins/bitmaps/native/jewels.160x128x1.bmp b/apps/plugins/bitmaps/native/jewels.160x128x1.bmp
deleted file mode 100644
index 0417362a8b..0000000000
--- a/apps/plugins/bitmaps/native/jewels.160x128x1.bmp
+++ /dev/null
Binary files differ