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:

Welcome to the Rockbox Technical Forums!

+  Rockbox Technical Forums
|-+  Rockbox Development
| |-+  Starting Development and Compiling
| | |-+  Startup Image
« previous next »
  • Print
Pages: [1]

Author Topic: Startup Image  (Read 1837 times)

Offline mschneider

  • Member
  • *
  • Posts: 235
Startup Image
« on: June 08, 2007, 06:00:06 PM »
Alright so i'm trying to modify my splash image when rockbox boots (the rockbox logo). Ive gone into apps, bmps, native and modified my image for my player. I've modified it so that the image it is loading should take up the whole screen. The image loads but ive noticed that it is offset on the Y axis by about 10-20 pixels from the top. Is there any way to do this so that it is not offset?
Logged

Offline Mikerman

  • Artist
  • Member
  • *
  • Posts: 721
Re: Startup Image
« Reply #1 on: June 08, 2007, 09:09:45 PM »
(Mine displays without any pixel shift/offset.)
Logged

Offline ColdSphinx

  • Member
  • *
  • Posts: 147
Re: Startup Image
« Reply #2 on: June 09, 2007, 05:21:36 AM »
change
Code: [Select]
lcd_bitmap(rockboxlogo, 0, 10, BMPWIDTH_rockboxlogo, BMPHEIGHT_rockboxlogo);
to
Code: [Select]
lcd_bitmap(rockboxlogo, 0, 0, BMPWIDTH_rockboxlogo, BMPHEIGHT_rockboxlogo);
in apps/misc.c
Logged
Rockbox.src

Offline mschneider

  • Member
  • *
  • Posts: 235
Re: Startup Image
« Reply #3 on: June 09, 2007, 02:30:22 PM »
aah, thank you.
Logged

  • Print
Pages: [1]
« previous next »
+  Rockbox Technical Forums
|-+  Rockbox Development
| |-+  Starting Development and Compiling
| | |-+  Startup Image
 

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

Page created in 0.072 seconds with 15 queries.