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
lcd_bitmap(rockboxlogo, 0, 10, BMPWIDTH_rockboxlogo, BMPHEIGHT_rockboxlogo);
to
lcd_bitmap(rockboxlogo, 0, 0, BMPWIDTH_rockboxlogo, BMPHEIGHT_rockboxlogo);
Also if you want to remove the version number delete the
Ver. %s
from
snprintf(version, sizeof(version), "Ver. %s", appsversion);
P.S.: I totally agree with the logo's concept!
