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:

Rockbox Ports are now being developed for various digital audio players!

+  Rockbox Technical Forums
|-+  Rockbox Development
| |-+  Starting Development and Compiling
| | |-+  How to change startup image
« previous next »
  • Print
Pages: [1]

Author Topic: How to change startup image  (Read 2536 times)

Offline Enmar

  • Member
  • *
  • Posts: 18
    • DeviantArt
How to change startup image
« on: March 10, 2007, 09:12:06 PM »
This is probably a stupid question but how do I change the startup image like with the Jon or Senab builds???
Logged
That loser in the back of the class that nobody notices and never will.

Offline soap

  • Member
  • *
  • Posts: 1678
  • Creature of habit.
Re: How to change startup image
« Reply #1 on: March 10, 2007, 10:16:45 PM »
apps/bitmaps/native is where the boot logos reside.
File name must remain as it is, but you can use a fullscreen resolution bitmap if you so desire, though you need to patch the source if you don't want messages on top of your pretty screen.
Code: [Select]
--- rockbox-daily-20060524/apps/misc.c	2006-05-04 05:00:30.000000000 +0100
+++ rockbox/apps/misc.c 2006-05-24 09:02:42.000000000 +0100
@@ -609,7 +609,7 @@
     int font_h, font_w;
 
     lcd_clear_display();
-    lcd_bitmap(rockboxlogo, 0, 10, BMPWIDTH_rockboxlogo, BMPHEIGHT_rockboxlogo);
+    lcd_bitmap(rockboxlogo, 0, 0, BMPWIDTH_rockboxlogo, BMPHEIGHT_rockboxlogo);
 
 #ifdef HAVE_REMOTE_LCD
     lcd_remote_clear_display();
@@ -620,8 +620,8 @@
     snprintf(version, sizeof(version), "Ver. %s", appsversion);
     lcd_setfont(FONT_SYSFIXED);
     lcd_getstringsize((unsigned char *)"A", &font_w, &font_h);
-    lcd_putsxy((LCD_WIDTH/2) - ((strlen(version)*font_w)/2),
-               LCD_HEIGHT-font_h, (unsigned char *)version);
+    //lcd_putsxy((LCD_WIDTH/2) - ((strlen(version)*font_w)/2),
+    //           LCD_HEIGHT-font_h, (unsigned char *)version);
     lcd_update();
 
 #ifdef HAVE_REMOTE_LCD

Out of date, but should still patch cleanly.

EDIT:  Senab gave me this patch.
« Last Edit: March 11, 2007, 12:15:41 AM by soap »
Logged
Rockbox Forum Guidelines
The Rockbox Manual
How to Ask Questions the Smart Way

Offline Enmar

  • Member
  • *
  • Posts: 18
    • DeviantArt
Re: How to change startup image
« Reply #2 on: March 10, 2007, 11:43:22 PM »
thank you.
I figured out the first part after I posted this but I probably never would have figured out the second part.
Logged
That loser in the back of the class that nobody notices and never will.

Offline digerati1338

  • Member
  • *
  • Posts: 60
  • Geek Genius
Re: How to change startup image
« Reply #3 on: March 12, 2007, 11:41:12 PM »
after you've changed the image, if you don't mind text over the top of it, do you just do a normal build?
Logged

Offline stripwax

  • Developer
  • Member
  • *
  • Posts: 84
Re: How to change startup image
« Reply #4 on: March 16, 2007, 06:28:21 PM »
that's right
Logged

Offline Hweb21

  • Member
  • *
  • Posts: 164
Re: How to change startup image
« Reply #5 on: March 26, 2007, 06:46:49 PM »
http://www.iaudiophile.net/forums/showthread.php?t=13932

good program discussed here(warning images  XD
it changes the startup image without having to compile your own build
Logged

Offline Enmar

  • Member
  • *
  • Posts: 18
    • DeviantArt
Re: How to change startup image
« Reply #6 on: March 30, 2007, 02:20:30 AM »
That program apparently only works for cygwin and I am using a VMware image and need to know how to patch the necessary file to make a full screen startup image. Lets just say for a second I am just starting to compile Rockbox and just starting to learn to code.
Logged
That loser in the back of the class that nobody notices and never will.

  • Print
Pages: [1]
« previous next »
+  Rockbox Technical Forums
|-+  Rockbox Development
| |-+  Starting Development and Compiling
| | |-+  How to change startup image
 

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

Page created in 0.095 seconds with 15 queries.