1
0
Fork 0
forked from len0rd/rockbox

Move USB logo to an external (native-depth) bitmap.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11137 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dave Chapman 2006-10-06 08:37:22 +00:00
parent a9a5c3584b
commit da2bf53230
9 changed files with 21 additions and 43 deletions

View file

@ -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

View file

@ -21,4 +21,6 @@ rockboxlogo.240x74x16.bmp
rockboxlogo.320x98x16.bmp
#endif
usblogo.100x32x1.bmp
#endif /* HAVE_LCD_BITMAP */

Binary file not shown.

After

Width:  |  Height:  |  Size: 574 B

View file

@ -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

View file

@ -6,4 +6,6 @@ remote_rockboxlogo.128x42x1.bmp
remote_rockboxlogo.128x42x2.bmp
#endif
remote_usblogo.100x32x1.bmp
#endif /* HAVE_REMOTE_LCD */

Binary file not shown.

After

Width:  |  Height:  |  Size: 574 B