View Single Post
Old 02-05-2009, 11:26 AM   #1 (permalink)
Nevyn
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