View Single Post
Old 05-10-2008, 10:03 AM   #32 (permalink)
dcb
Master EcoModder
 
dcb's Avatar
 
Join Date: Feb 2008
Location: 3rd rock
Posts: 1,351

pimp mobile - '81 gs 250 t
90 day: 96.29 mpg (US)
Also, you might try going into the code and changing both references to delay(2) to delay(12) and reverify/upload.

Also maybe try changing:
lcd.print("OpenGauge ");
to
lcd.print("0000000000000000");

just to see what happens.

It might be nothing too, just some strange result of nothing being connected to the board. To test that, modify Trip::mpg so it returns a 0.0 first thing:
double Trip::mpg(){
return 0.0; //add this line for testing display

Last edited by dcb; 05-10-2008 at 10:08 AM.
  Reply With Quote