Support and General Use > Theming and Appearance Customization
so i got a little bored this morning...(new splash)
(1/1)
pixeldotz:
and decided to make some custom splash images for my h10 and my nano.
this is what i got :)
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)
Genre9mp3:
--- Quote from: pixeldotz on October 09, 2006, 10:46:23 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)
--- End quote ---
Open /apps/misc.c file and change
--- Code: ---lcd_bitmap(rockboxlogo, 0, 10, BMPWIDTH_rockboxlogo, BMPHEIGHT_rockboxlogo);
--- End code ---
to
--- Code: ---lcd_bitmap(rockboxlogo, 0, 0, BMPWIDTH_rockboxlogo, BMPHEIGHT_rockboxlogo);
--- End code ---
Also if you want to remove the version number delete the
--- Code: ---Ver. %s
--- End code ---
from
--- Code: ---snprintf(version, sizeof(version), "Ver. %s", appsversion);
--- End code ---
P.S.: I totally agree with the logo's concept! ;)
pixeldotz:
awesome. worked perfectly. now its just
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.
TrueJournals:
Nevermind... read the topic wrong... You can delete this post
Navigation
[0] Message Index
Go to full version