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);