summaryrefslogtreecommitdiff
path: root/apps/plugins/bitmaps/mono
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2008-05-25 21:12:18 +0000
committerJens Arnold <amiconn@rockbox.org>2008-05-25 21:12:18 +0000
commit43d02f66a0ade99a8de3bd76a9d2533b11c7aa41 (patch)
tree21a4fd391a801365bf143ad6d3721e44c5224774 /apps/plugins/bitmaps/mono
parent2aa0791ff80bf757534fcfb1e918515704ae4173 (diff)
downloadrockbox-43d02f66a0ade99a8de3bd76a9d2533b11c7aa41.tar.gz
rockbox-43d02f66a0ade99a8de3bd76a9d2533b11c7aa41.zip
Fix rockblox on all 160x128x2 and 160x128x16 targets. They used the mono bitmap intended for m:robe100 as a native one, making the background looking odd and crashing the sim. Bitmaps for monochrome targets used like native bitmaps shouldn't reside in bitmaps/mono, as that's asking for confusion.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17629 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/bitmaps/mono')
-rw-r--r--apps/plugins/bitmaps/mono/SOURCES9
-rw-r--r--apps/plugins/bitmaps/mono/rockblox_background.112x64x1.bmpbin1086 -> 0 bytes
-rw-r--r--apps/plugins/bitmaps/mono/rockblox_background.128x64x1.bmpbin1086 -> 0 bytes
-rw-r--r--apps/plugins/bitmaps/mono/rockblox_background.160x128x1.bmpbin2622 -> 0 bytes
4 files changed, 0 insertions, 9 deletions
diff --git a/apps/plugins/bitmaps/mono/SOURCES b/apps/plugins/bitmaps/mono/SOURCES
index d2952d1ef7..e0e112d904 100644
--- a/apps/plugins/bitmaps/mono/SOURCES
+++ b/apps/plugins/bitmaps/mono/SOURCES
@@ -22,15 +22,6 @@ bubbles_bubble.220x176x1.bmp
22bubbles_bubble.320x240x1.bmp 22bubbles_bubble.320x240x1.bmp
23#endif 23#endif
24 24
25/* Rockblox */
26#if (LCD_WIDTH == 112) && (LCD_HEIGHT == 64)
27rockblox_background.112x64x1.bmp
28#elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 64)
29rockblox_background.128x64x1.bmp
30#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128)
31rockblox_background.160x128x1.bmp
32#endif
33
34/* Flip it */ 25/* Flip it */
35#ifndef HAVE_LCD_COLOR 26#ifndef HAVE_LCD_COLOR
36#if LCD_WIDTH >= 140 && LCD_HEIGHT >= 122 27#if LCD_WIDTH >= 140 && LCD_HEIGHT >= 122
diff --git a/apps/plugins/bitmaps/mono/rockblox_background.112x64x1.bmp b/apps/plugins/bitmaps/mono/rockblox_background.112x64x1.bmp
deleted file mode 100644
index 336e3cefef..0000000000
--- a/apps/plugins/bitmaps/mono/rockblox_background.112x64x1.bmp
+++ /dev/null
Binary files differ
diff --git a/apps/plugins/bitmaps/mono/rockblox_background.128x64x1.bmp b/apps/plugins/bitmaps/mono/rockblox_background.128x64x1.bmp
deleted file mode 100644
index 09b4c08d95..0000000000
--- a/apps/plugins/bitmaps/mono/rockblox_background.128x64x1.bmp
+++ /dev/null
Binary files differ
diff --git a/apps/plugins/bitmaps/mono/rockblox_background.160x128x1.bmp b/apps/plugins/bitmaps/mono/rockblox_background.160x128x1.bmp
deleted file mode 100644
index 77d606ae21..0000000000
--- a/apps/plugins/bitmaps/mono/rockblox_background.160x128x1.bmp
+++ /dev/null
Binary files differ