Added (somewhat blurry) boot logo for X5 and made sure it builds logos for
remote fine git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8421 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
19c0664d3b
commit
2c923a5efc
4 changed files with 9 additions and 0 deletions
|
@ -5,6 +5,8 @@
|
|||
rockboxlogo.112x37x1.bmp
|
||||
#elif (LCD_WIDTH == 160) && (LCD_DEPTH == 2)
|
||||
rockboxlogo.160x53x2.bmp
|
||||
#elif (LCD_WIDTH == 160) && (LCD_DEPTH == 16)
|
||||
rockboxlogo.160x50x16.bmp
|
||||
#elif (LCD_WIDTH == 176) && (LCD_DEPTH == 16)
|
||||
rockboxlogo.176x54x16.bmp
|
||||
#elif (LCD_WIDTH >= 220) && (LCD_DEPTH == 16)
|
||||
|
|
BIN
apps/bitmaps/native/rockboxlogo.160x50x16.bmp
Normal file
BIN
apps/bitmaps/native/rockboxlogo.160x50x16.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
|
@ -90,6 +90,11 @@ extern const fb_data rockboxlogo[];
|
|||
#define ROCKBOXLOGO_WIDTH 160
|
||||
#define ROCKBOXLOGO_HEIGHT 53
|
||||
|
||||
#elif (LCD_WIDTH == 160) && (LCD_DEPTH == 16)
|
||||
/* iAudio X5 */
|
||||
#define ROCKBOXLOGO_WIDTH 160
|
||||
#define ROCKBOXLOGO_HEIGHT 50
|
||||
|
||||
#elif (LCD_WIDTH == 176) && (LCD_DEPTH == 16)
|
||||
/* iPod Nano */
|
||||
#define ROCKBOXLOGO_WIDTH 176
|
||||
|
|
2
tools/configure
vendored
2
tools/configure
vendored
|
@ -680,6 +680,8 @@ appsdir='\$(ROOTDIR)/apps'
|
|||
tool="$rootdir/tools/scramble -add=x5" # wrong, must be fixed
|
||||
bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
|
||||
bmp2rb_native="$rootdir/tools/bmp2rb -f 4"
|
||||
bmp2rb_remotemono="$rootdir/tools/bmp2rb -f 0"
|
||||
bmp2rb_remotenative="$rootdir/tools/bmp2rb -f 0"
|
||||
output="rockbox.iaudio"
|
||||
appextra="recorder:gui"
|
||||
archosrom=""
|
||||
|
|
Loading…
Reference in a new issue