diff options
author | Dave Chapman <dave@dchapman.com> | 2006-10-06 08:37:22 +0000 |
---|---|---|
committer | Dave Chapman <dave@dchapman.com> | 2006-10-06 08:37:22 +0000 |
commit | da2bf53230f0b1b50a2ee480fce61d0669fd4dcc (patch) | |
tree | 1262a256ecf2eadd756e4d3e1d7d776c48a3dbb9 /apps/bitmaps | |
parent | a9a5c3584b5cfedd80851de5c761829b589ef49c (diff) |
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/Makefile | 2 | ||||
-rw-r--r-- | apps/bitmaps/native/SOURCES | 2 | ||||
-rw-r--r-- | apps/bitmaps/native/usblogo.100x32x1.bmp | bin | 0 -> 574 bytes | |||
-rw-r--r-- | apps/bitmaps/remote_mono/Makefile | 2 | ||||
-rw-r--r-- | apps/bitmaps/remote_native/SOURCES | 2 | ||||
-rw-r--r-- | apps/bitmaps/remote_native/remote_usblogo.100x32x1.bmp | bin | 0 -> 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 BMP2RB = $(BMP2RB_MONO) OUTPUT = $(BUILDDIR)/libbitmapsmono.a -BMPINCDIR = $(BUILDDIR)/pluginbitmaps +BMPINCDIR = $(BUILDDIR)/bitmaps include $(TOOLSDIR)/makebmp.inc 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 rockboxlogo.320x98x16.bmp #endif +usblogo.100x32x1.bmp + #endif /* HAVE_LCD_BITMAP */ diff --git a/apps/bitmaps/native/usblogo.100x32x1.bmp b/apps/bitmaps/native/usblogo.100x32x1.bmp Binary files differnew file mode 100644 index 0000000000..49ca1cf79d --- /dev/null +++ b/apps/bitmaps/native/usblogo.100x32x1.bmp 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 BMP2RB = $(BMP2RB_REMOTEMONO) OUTPUT = $(BUILDDIR)/libbitmapsremotemono.a -BMPINCDIR = $(BUILDDIR)/pluginbitmaps +BMPINCDIR = $(BUILDDIR)/bitmaps include $(TOOLSDIR)/makebmp.inc 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 remote_rockboxlogo.128x42x2.bmp #endif +remote_usblogo.100x32x1.bmp + #endif /* HAVE_REMOTE_LCD */ diff --git a/apps/bitmaps/remote_native/remote_usblogo.100x32x1.bmp b/apps/bitmaps/remote_native/remote_usblogo.100x32x1.bmp Binary files differnew file mode 100644 index 0000000000..49ca1cf79d --- /dev/null +++ b/apps/bitmaps/remote_native/remote_usblogo.100x32x1.bmp |