View Single Post
Old 10-12-2008, 10:44 PM   #2 (permalink)
dcb
needs more cowbell
 
dcb's Avatar
 
Join Date: Feb 2008
Location: ÿ
Posts: 5,038

pimp mobile - '81 suzuki gs 250 t
90 day: 96.29 mpg (US)

schnitzel - '01 Volkswagen Golf TDI
90 day: 53.56 mpg (US)
Thanks: 158
Thanked 269 Times in 212 Posts
I probably won't add it to the project proper, and I can't guarantee you won't run out of resourses if you use it, but if you want to tinker I think after the "lastactivity" line might work:
i.e.
Code:
      if(lastActivity == nil){//wake up!!!
        LCD::gotoXY(0,0); 
        LCD::print(getStr(PSTR("OpenGauge       ")));      
        LCD::gotoXY(0,1);      
        LCD::print(getStr(PSTR("  MPGuino  v0.74")));      
    ...
maybe make a splash function to do the lcd stuff and call that instead
__________________
WINDMILLS DO NOT WORK THAT WAY!!!
  Reply With Quote