Go Back   EcoModder Forum > EcoModding > Instrumentation > OpenGauge / MPGuino FE computer
Register Now
 Register Now
 

Reply  Post New Thread
 
Submit Tools LinkBack Thread Tools
Old 01-22-2009, 02:24 PM   #1 (permalink)
EcoModding Lurker
 
Wingmn's Avatar
 
Join Date: Nov 2008
Location: OKC
Posts: 41

93 SL2 Auto - '93 Saturn SL2
90 day: 29.49 mpg (US)

09 Outlook FWD - '09 Saturn Outlook XR
90 day: 21.07 mpg (US)
Thanks: 0
Thanked 0 Times in 0 Posts
Can I change the order of the menus?

I was wondering how to change the order in which the display information is set up.

I'd like to move the EOC screen between the Big Instant and the Instant/Current screen.

I use those 3 all the time, I'd like them back to back to cut down on my button pushing while I'm driving

Is this all I have to change, or is it more involved?

#define displayFuncSize (sizeof(displayFuncs)/sizeof(pFunc)) //array size
prog_char * displayFuncNames[displayFuncSize];
byte newRun = 0;
void setup (void){
init2();
newRun = load();//load the default parameters
byte x = 0;
displayFuncNames[x++]= PSTR("Custom ");
displayFuncNames[x++]= PSTR("Instant/Current ");
displayFuncNames[x++]= PSTR("Instant/Tank ");
displayFuncNames[x++]= PSTR("BIG Instant ");
displayFuncNames[x++]= PSTR("BIG Current ");
displayFuncNames[x++]= PSTR("BIG Tank ");
displayFuncNames[x++]= PSTR("Current ");
displayFuncNames[x++]= PSTR("Tank ");
displayFuncNames[x++]= PSTR("EOC mi/Idle gal ");
displayFuncNames[x++]= PSTR("CPU Monitor ");

__________________
  Reply With Quote
Alt Today
Popular topics

Other popular topics in this forum...

   
Old 01-23-2009, 03:13 AM   #2 (permalink)
EcoModding Lurker
 
Join Date: Dec 2008
Location: USA
Posts: 8
Thanks: 0
Thanked 1 Time in 1 Post
You got the right place, but change the screen order in here also to match:

pFunc displayFuncs[] ={
doDisplayCustom,
doDisplayInstantCurrent,
doDisplayInstantTank,
doDisplayBigInstant,
doDisplayBigCurrent,
doDisplayBigTank,
doDisplayCurrentTripData,
doDisplayTankTripData,
doDisplayEOCIdleData,
doDisplaySystemInfo,
};

  Reply With Quote
Reply  Post New Thread


Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
Oil change guys under-inflated my tires Formula413 The Lounge 26 06-20-2010 08:46 PM
mods-data-% change or Cd change( installment#5-roofline data) aerohead Aerodynamics 3 09-26-2009 02:01 PM
Is aero. vs. MPG change linear ? Cd Aerodynamics 9 04-09-2008 11:07 PM
Article: CAFE Change Looks Likely SVOboy General Efficiency Discussion 0 12-05-2007 12:24 PM



Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Content Relevant URLs by vBSEO 3.5.2
All content copyright EcoModder.com