Results 1 to 10 of 60

Thread: Post your "Splash Screen" images

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Senior Member
    Join Date
    Aug 2007
    Posts
    184

    Default

    Quote Originally Posted by TAQuickness

    Goldfinger911 - dig the firebird
    Thanks man.

    Here are some more.

    I wonder if there is a way to make the splash screen stay up longer, or even come up if idle... like a screensaver? When I turn my V2 on, I see the screen for a half a second now. I would swear it was longer before.
    Attached Images Attached Images
    Last edited by Goldfinger911; November 29th, 2007 at 10:25 AM.

    2002 WS6, All-Lunati 383 Strok'r @11:1, Cartek Heads, Keith/Ross Racing Custom Cam, Victor Jr., 492whp 457wtq,
    Cartek Clutch, 9" Moser w/4.11's, 35 spline Detroit Locker, QA1's, NX, BMR, Tuned w/ EFILive V2 Black Box Logging
    Check Out My Latest Tune File: HERE

  2. #2
    EFILive Developer Site Admin Blacky's Avatar
    Join Date
    Mar 2003
    Posts
    9,512

    Default

    Quote Originally Posted by Goldfinger911
    Thanks man.

    I am working on a much better Firebird one.

    I wonder if there is a way to make the splash screen stay up longer, or even come up if idle... like a screensaver? When I turn my V2 on, I see the screen for a half a second now. I would swear it was longer before.
    Yes it is faster than the old V2.4 firmware, the boot sequence has been heavily optimized. You can view the splash screen using one of the options inside "self tests".

    You can change the splash screen time by editing the Settings.dat file using a hex editor. (It will be a user definable option in future).

    If you understand C stuctures, here's the layout of the Settings.dat file:
    Code:
    typedef struct {
      TCFG_LOCALE locale;        // Locality, used for date formats
      TCFG_UNITS units;          // Units, used for default or alternate units
      WORD arDelay1;             // Auto-repeat, inital delay in ms
      WORD arDelay2;             // Auto-repeat, time between repeats in ms
      WORD splashTime;           // Number of ms to display the EFILive AutoCal splash screen
      long date;                 // MRU Date
      long time;                 // MRU Time
      WORD fileCounter;          // Filename counter
      WORD lowPwrTime;           // Number of minutes before sleeping
      WORD alertTime;            // Time to display alerts
      WORD errorTime;            // Time to display errors
      WORD fileSystem;           // Filesystem in use: 0=None, 1=Internal Flash, 2=SD Card 
      BYTE unused[256-28];       // Pad to 256 bytes
    } TCFG;
    See image for more info.

    Paul
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	Settings_dat.png 
Views:	415 
Size:	14.9 KB 
ID:	2424  
    Before asking for help, please read this.

  3. #3
    Lifetime Member JezzaB's Avatar
    Join Date
    Nov 2006
    Posts
    246

    Default

    Quote Originally Posted by Blacky
    Yes it is faster than the old V2.4 firmware, the boot sequence has been heavily optimized. You can view the splash screen using one of the options inside "self tests".

    You can change the splash screen time by editing the Settings.dat file using a hex editor. (It will be a user definable option in future).

    If you understand C stuctures, here's the layout of the Settings.dat file:
    Code:
    typedef struct {
      TCFG_LOCALE locale;        // Locality, used for date formats
      TCFG_UNITS units;          // Units, used for default or alternate units
      WORD arDelay1;             // Auto-repeat, inital delay in ms
      WORD arDelay2;             // Auto-repeat, time between repeats in ms
      WORD splashTime;           // Number of ms to display the EFILive AutoCal splash screen
      long date;                 // MRU Date
      long time;                 // MRU Time
      WORD fileCounter;          // Filename counter
      WORD lowPwrTime;           // Number of minutes before sleeping
      WORD alertTime;            // Time to display alerts
      WORD errorTime;            // Time to display errors
      WORD fileSystem;           // Filesystem in use: 0=None, 1=Internal Flash, 2=SD Card 
      BYTE unused[256-28];       // Pad to 256 bytes
    } TCFG;
    See image for more info.

    Paul
    Great info! Changed it to BB as I wanted about 1500ms and didnt change and then tried FF (4096ms) still no joy. I will keep playing with it, its no big deal and your are very busy

    Jez

Similar Threads

  1. EFILive "Classic"/"Legacy"/"Historic"?
    By emarkay in forum FlashScan V2
    Replies: 6
    Last Post: November 2nd, 2008, 02:48 AM
  2. Replies: 0
    Last Post: October 8th, 2008, 01:01 AM
  3. "PCM is in an Unkown State" & "Reflash Failed"
    By foxySS in forum General (Petrol, Gas, Ethanol)
    Replies: 5
    Last Post: September 8th, 2006, 12:53 PM
  4. Should we make a sticky and post in our "custom scripts
    By wait4me in forum General (Petrol, Gas, Ethanol)
    Replies: 11
    Last Post: February 2nd, 2006, 05:02 PM
  5. "screen size inadequate" msg
    By killerbee in forum General (Petrol, Gas, Ethanol)
    Replies: 1
    Last Post: January 22nd, 2006, 09:40 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •