View Single Post
Old 11-08-2012, 10:49 AM   #3 (permalink)
njakts
EcoModding Lurker
 
Join Date: May 2010
Location: Latvia
Posts: 39
Thanks: 1
Thanked 0 Times in 0 Posts
Thanks for your reply.
At home I am using laboratory grade signal/function generator so signal should be good and clean enough.

I am using v0.86 with metric and imperial option. I did some calculations and the difference stayed +/- constant -1.25. I have not tried comparing MPG's, but I solved L/100km current and average difference by multiplying current.eocMiles() and tank.eocMiles() with 1.25...

Also adding ''digitalWrite(6, HIGH);'' line where backlight is turned off after timeout turns display off (not only backlight).

sbi(TCCR0A, COM0A1);//contrast pwm enable
OCR0A = parms[contrastIdx];

turns it back on.
  Reply With Quote