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:
Daniel Stenberg 2006-01-22 23:32:34 +00:00
parent 19c0664d3b
commit 2c923a5efc
4 changed files with 9 additions and 0 deletions

View file

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View file

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

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