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

Reply  Post New Thread
 
Submit Tools LinkBack Thread Tools
Old 02-05-2009, 10:26 AM   #1 (permalink)
Master EcoModder
 
Join Date: Nov 2008
Location: 18603, USA
Posts: 759

The Crimson Crawler - '04 Hyundai Elantra GLS
90 day: 36.71 mpg (US)
Thanks: 221
Thanked 60 Times in 45 Posts
Change "Custom" Screen?

I think I have it figured out, but I want to check in case I missed something. I want to adjust the "Custom" screen to display like this:
Code:
Instant MPG                     Trip MPG
Instant GPH                    Gals Used

Do do so, I change

Code:
void doDisplayCustom(){displayTripCombo('M','G',instantmpg(),'S',instantmph(),'G','H',instantgph(),'C',current.mpg());}

to be
Code:
void doDisplayCustom(){displayTripCombo('M','G',instantmpg(),'C','M',current.mpg(),'G','H',instantgph(),'G',tank.idleGallons());}
Is that correct? Are the stats called "Current" for "current trip"?

  Reply With Quote
Alt Today
Popular topics

Other popular topics in this forum...

   
Old 02-05-2009, 04:54 PM   #2 (permalink)
EcoModding Lurker
 
Join Date: Aug 2008
Location: Massachusetts USA
Posts: 84

Ziggy - '95 Audi S6 Sedan

Manfred - '97 Audi A6 Quattro Sedan
90 day: 20.61 mpg (US)

Clarabell - '03 Audi A4 Quattro Avant

Sherman - '98 Audi A6 Quattro Avant

Cab - '96 Audi Cabriolet
Thanks: 0
Thanked 2 Times in 2 Posts
This might do it:

void doDisplayCustom(){displayTripCombo('M','G',instant mpg(),'M',tank.mpg(),'G','H',instantgph(),'G',tank .gallons());}

The order of the values is Upper Left, Upper Right, Lower Left, Lower Right. There's only room on the display for a single letter label for the two right hand values.

I assume here that you want the instant information on the left and the tank information on the right. So, the 2 right hand values will be reset by pressing the left & middle buttons simultaneously. If you want the current trip instead of the tank, substitute current.mpg() and current.gallons().
  Reply With Quote
Old 02-05-2009, 05:39 PM   #3 (permalink)
dcb
needs more cowbell
 
dcb's Avatar
 
Join Date: Feb 2008
Location: ÿ
Posts: 5,038

pimp mobile - '81 suzuki gs 250 t
90 day: 96.29 mpg (US)

schnitzel - '01 Volkswagen Golf TDI
90 day: 53.56 mpg (US)
Thanks: 158
Thanked 269 Times in 212 Posts
FYI, tank.idleGallons() will give you the number of gallons burned at zero mph for the tank. You might want tank.gallons()
__________________
WINDMILLS DO NOT WORK THAT WAY!!!
  Reply With Quote
Old 02-05-2009, 06:36 PM   #4 (permalink)
Master EcoModder
 
Join Date: Nov 2008
Location: 18603, USA
Posts: 759

The Crimson Crawler - '04 Hyundai Elantra GLS
90 day: 36.71 mpg (US)
Thanks: 221
Thanked 60 Times in 45 Posts
Instant I'd like on top, and Gallons on bottom. I didn't see tank.gallons when I was glancing over it at work - thanks for that. My 'guino display went blank on me on the way home today, so bust on the new tank of gas. I shut the car door, and an arrow "blipped" on the display in the left char on the top row, and then the display went blank. backlight still went up/down, but that's all I could do. So now that calibration is moot for this tank of gas, I unplugged it and will re-flash the code.

  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
Can I change the order of the menus? Wingmn OpenGauge / MPGuino FE computer 1 01-23-2009 03:13 AM
3000 mile oil change is a myth! SVOboy Off-Topic Tech 15 02-14-2008 03:43 AM
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