View Single Post
Old 10-12-2008, 11:41 PM   #8 (permalink)
bbjsw10
Addicted
 
bbjsw10's Avatar
 
Join Date: Jul 2008
Location: Findlay,OH
Posts: 555

bbjsw10 - '91 Geo Metro Xfi
90 day: 51.06 mpg (US)
Thanks: 0
Thanked 11 Times in 7 Posts
Ok, well it works but goes by too fast, is there something I could add to hold that display for like 4 seconds or so?

Edit:I figured it out.

if(lastActivity == nil){//wake up!!!
LCD::gotoXY(0,0);
LCD:rint(getStr(PSTR("OpenGauge ")));
LCD::gotoXY(0,1);
LCD:rint(getStr(PSTR(" MPGuino v0.74")));
delay2(1500);
__________________

Last edited by bbjsw10; 10-13-2008 at 12:01 AM..
  Reply With Quote