summaryrefslogtreecommitdiff
path: root/apps/bitmaps
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2006-10-06 08:37:22 +0000
committerDave Chapman <dave@dchapman.com>2006-10-06 08:37:22 +0000
commitda2bf53230f0b1b50a2ee480fce61d0669fd4dcc (patch)
tree1262a256ecf2eadd756e4d3e1d7d776c48a3dbb9 /apps/bitmaps
parenta9a5c3584b5cfedd80851de5c761829b589ef49c (diff)
downloadrockbox-da2bf53230f0b1b50a2ee480fce61d0669fd4dcc.tar.gz
rockbox-da2bf53230f0b1b50a2ee480fce61d0669fd4dcc.zip
Move USB logo to an external (native-depth) bitmap.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11137 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/bitmaps')
-rw-r--r--apps/bitmaps/mono/Makefile2
-rw-r--r--apps/bitmaps/native/SOURCES2
-rw-r--r--apps/bitmaps/native/usblogo.100x32x1.bmpbin0 -> 574 bytes
-rw-r--r--apps/bitmaps/remote_mono/Makefile2
-rw-r--r--apps/bitmaps/remote_native/SOURCES2
-rw-r--r--apps/bitmaps/remote_native/remote_usblogo.100x32x1.bmpbin0 -> 574 bytes
6 files changed, 6 insertions, 2 deletions
diff --git a/apps/bitmaps/mono/Makefile b/apps/bitmaps/mono/Makefile
index a678b01ef4..dede4e81d9 100644
--- a/apps/bitmaps/mono/Makefile
+++ b/apps/bitmaps/mono/Makefile
@@ -21,7 +21,7 @@ DEPFILE = $(OBJDIR)/dep-bitmaps-mono
21 21
22BMP2RB = $(BMP2RB_MONO) 22BMP2RB = $(BMP2RB_MONO)
23OUTPUT = $(BUILDDIR)/libbitmapsmono.a 23OUTPUT = $(BUILDDIR)/libbitmapsmono.a
24BMPINCDIR = $(BUILDDIR)/pluginbitmaps 24BMPINCDIR = $(BUILDDIR)/bitmaps
25 25
26include $(TOOLSDIR)/makebmp.inc 26include $(TOOLSDIR)/makebmp.inc
27 27
diff --git a/apps/bitmaps/native/SOURCES b/apps/bitmaps/native/SOURCES
index ca4bf47bd3..3cdeadc4b2 100644
--- a/apps/bitmaps/native/SOURCES
+++ b/apps/bitmaps/native/SOURCES
@@ -21,4 +21,6 @@ rockboxlogo.240x74x16.bmp
21rockboxlogo.320x98x16.bmp 21rockboxlogo.320x98x16.bmp
22#endif 22#endif
23 23
24usblogo.100x32x1.bmp
25
24#endif /* HAVE_LCD_BITMAP */ 26#endif /* HAVE_LCD_BITMAP */
diff --git a/apps/bitmaps/native/usblogo.100x32x1.bmp b/apps/bitmaps/native/usblogo.100x32x1.bmp
new file mode 100644
index 0000000000..49ca1cf79d
--- /dev/null
+++ b/apps/bitmaps/native/usblogo.100x32x1.bmp
Binary files differ
diff --git a/apps/bitmaps/remote_mono/Makefile b/apps/bitmaps/remote_mono/Makefile
index 4e119ba76d..dd781242b5 100644
--- a/apps/bitmaps/remote_mono/Makefile
+++ b/apps/bitmaps/remote_mono/Makefile
@@ -21,7 +21,7 @@ DEPFILE = $(OBJDIR)/dep-bitmaps-remotemono
21 21
22BMP2RB = $(BMP2RB_REMOTEMONO) 22BMP2RB = $(BMP2RB_REMOTEMONO)
23OUTPUT = $(BUILDDIR)/libbitmapsremotemono.a 23OUTPUT = $(BUILDDIR)/libbitmapsremotemono.a
24BMPINCDIR = $(BUILDDIR)/pluginbitmaps 24BMPINCDIR = $(BUILDDIR)/bitmaps
25 25
26include $(TOOLSDIR)/makebmp.inc 26include $(TOOLSDIR)/makebmp.inc
27 27
diff --git a/apps/bitmaps/remote_native/SOURCES b/apps/bitmaps/remote_native/SOURCES
index 34f70dbb84..7ed8d0a112 100644
--- a/apps/bitmaps/remote_native/SOURCES
+++ b/apps/bitmaps/remote_native/SOURCES
@@ -6,4 +6,6 @@ remote_rockboxlogo.128x42x1.bmp
6remote_rockboxlogo.128x42x2.bmp 6remote_rockboxlogo.128x42x2.bmp
7#endif 7#endif
8 8
9remote_usblogo.100x32x1.bmp
10
9#endif /* HAVE_REMOTE_LCD */ 11#endif /* HAVE_REMOTE_LCD */
diff --git a/apps/bitmaps/remote_native/remote_usblogo.100x32x1.bmp b/apps/bitmaps/remote_native/remote_usblogo.100x32x1.bmp
new file mode 100644
index 0000000000..49ca1cf79d
--- /dev/null
+++ b/apps/bitmaps/remote_native/remote_usblogo.100x32x1.bmp
Binary files differ