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.
|