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:
parent
a9a5c3584b
commit
da2bf53230
9 changed files with 21 additions and 43 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -21,4 +21,6 @@ rockboxlogo.240x74x16.bmp
|
|||
rockboxlogo.320x98x16.bmp
|
||||
#endif
|
||||
|
||||
usblogo.100x32x1.bmp
|
||||
|
||||
#endif /* HAVE_LCD_BITMAP */
|
||||
|
|
|
|||
BIN
apps/bitmaps/native/usblogo.100x32x1.bmp
Normal file
BIN
apps/bitmaps/native/usblogo.100x32x1.bmp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 574 B |
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -6,4 +6,6 @@ remote_rockboxlogo.128x42x1.bmp
|
|||
remote_rockboxlogo.128x42x2.bmp
|
||||
#endif
|
||||
|
||||
remote_usblogo.100x32x1.bmp
|
||||
|
||||
#endif /* HAVE_REMOTE_LCD */
|
||||
|
|
|
|||
BIN
apps/bitmaps/remote_native/remote_usblogo.100x32x1.bmp
Normal file
BIN
apps/bitmaps/remote_native/remote_usblogo.100x32x1.bmp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 574 B |
Loading…
Add table
Add a link
Reference in a new issue