Support and General Use > Theming and Appearance Customization

Need help with LogoSwapper

<< < (3/3)

Chronon:
Immortal, it means that every time you want a new build with that splash screen you must compile it yourself.  But, trust me, once you have an environment set up (svn, cross-compilers, etc.) it's really not a big deal to update your local source tree and compile a build using your own image.

Job Van Dam:
Adding to what Chronon said here are the directions to change the bootsplash for your player, these are directions for my Gigabeat they may be different for your Ipod:

1) Go into apps/bmps/native and modify the image for your player(ie. replace the image)

2) In apps/misc.c change line 891 (exact line number may change in the future) from:

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

Optional) On the Gigabeat it says the version number at the bottom in a very ugly color therefore ruining the entire image. To make it not appear edit the following line 895 (may change in the future):

--- Code: ---snprintf(version, sizeof(version), "Ver. %s", appsversion);
--- End code ---
TO

--- Code: ---snprintf(version, sizeof(version), "", appsversion);
--- End code ---

You'll get a small error during compilation about a zero length string but don't worry I've been doing this for a while and no problems.

Navigation

[0] Message Index

[*] Previous page

Go to full version