Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Thank You for your continued support and contributions!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Theming and Appearance Customization
| | |-+  so i got a little bored this morning...(new splash)
« previous next »
  • Print
Pages: [1]

Author Topic: so i got a little bored this morning...(new splash)  (Read 2798 times)

Offline pixeldotz

  • Member
  • *
  • Posts: 63
so i got a little bored this morning...(new splash)
« 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 :)



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

Offline Genre9mp3

  • Artist
  • Member
  • *
  • Posts: 146
Re: so i got a little bored this morning...(new splash)
« Reply #1 on: October 09, 2006, 11:11:02 AM »
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)

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!  ;)
Logged

Offline pixeldotz

  • Member
  • *
  • Posts: 63
Re: so i got a little bored this morning...(new splash)
« Reply #2 on: October 09, 2006, 01:31:39 PM »
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.
Logged

Offline TrueJournals

  • Member
  • *
  • Posts: 6
Re: so i got a little bored this morning...(new splash)
« Reply #3 on: October 19, 2006, 09:55:57 AM »
Nevermind... read the topic wrong...  You can delete this post
« Last Edit: October 19, 2006, 08:22:15 PM by TrueJournals »
Logged

  • Print
Pages: [1]
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Theming and Appearance Customization
| | |-+  so i got a little bored this morning...(new splash)
 

  • SMF 2.0.17 | SMF © 2019, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.073 seconds with 15 queries.