View Single Post
Old 09-09-2008, 08:55 PM   #637 (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
The mpg reading should be fine, but it is not simple to add rpm for this injection type. Needs additional hardware/wiring/code.

I would recommend customizing the custom screen to put something more useful in that spot, i.e. before you load it try (to display instant gph):


Code:
change:
void doDisplayCustom(){displayTripCombo('I','M',instantmpg(),'S',instantmph(),'R','P',instantrpm(),'C',current.mpg());}      

to:
void doDisplayCustom(){displayTripCombo('I','M',instantmpg(),'S',instantmph(),'G','H',instantgph(),'C',current.mpg());}
__________________
WINDMILLS DO NOT WORK THAT WAY!!!
  Reply With Quote