Rockbox Technical Forums

Support and General Use => Theming and Appearance Customization => Topic started by: pixeldotz on October 09, 2006, 10:46:23 AM

Title: so i got a little bored this morning...(new splash)
Post by: pixeldotz on October 09, 2006, 10:46:23 AM
and decided to make some custom splash images for my h10 and my nano.

this is what i got :)

(http://img422.imageshack.us/img422/4513/dump061009165100cf7.png)

displays for 2 seconds before it finishes booting.

does anyone know how to remove those few pixels of blue at the top of the screen? i made the image 160x128 (h10_2GB native resolution)
Title: Re: so i got a little bored this morning...(new splash)
Post by: Genre9mp3 on October 09, 2006, 11:11:02 AM
does anyone know how to remove those few pixels of blue at the top of the screen? i made the image 160x128 (h10_2GB native resolution)

Open /apps/misc.c file and change
Code: [Select]
lcd_bitmap(rockboxlogo, 0, 10, BMPWIDTH_rockboxlogo, BMPHEIGHT_rockboxlogo); to
Code: [Select]
lcd_bitmap(rockboxlogo, 0, 0, BMPWIDTH_rockboxlogo, BMPHEIGHT_rockboxlogo);
Also if you want to remove the version number delete the
Code: [Select]
Ver. %s from
Code: [Select]
snprintf(version, sizeof(version), "Ver. %s", appsversion);
P.S.: I totally agree with the logo's concept!  ;)
Title: Re: so i got a little bored this morning...(new splash)
Post by: pixeldotz on October 09, 2006, 01:31:39 PM
awesome. worked perfectly. now its just

(http://img158.imageshack.us/img158/1867/dbdeliminatesmallir4.th.jpg) (http://img158.imageshack.us/my.php?image=dbdeliminatesmallir4.jpg)

Genre:

thanks for the help.


fyi: if anyone wants this splash for their h10_20GB. just post here and i'll put it up somewhere.
Title: Re: so i got a little bored this morning...(new splash)
Post by: TrueJournals on October 19, 2006, 09:55:57 AM
Nevermind... read the topic wrong...  You can delete this post