Reduced delay in Fahrplan, V0.003

This commit is contained in:
roy rocket 2011-12-25 20:12:04 +01:00
parent f7e016e846
commit 6cb9845b63
1 changed files with 4 additions and 4 deletions

View File

@ -61,7 +61,7 @@ void ram(void) {
lcdClear(); lcdClear();
DoString(0,0,"Fahrplan "); DoString(0,0,"Fahrplan ");
DoString(60,0,favers); DoString(60,0,favers);
DoString(0,16,"SW Rel. V0.002"); DoString(0,16,"SW Rel. V0.003");
if(filvers!=2) { if(filvers!=2) {
DoString(0,24,"Incompatible "); DoString(0,24,"Incompatible ");
DoString(0,32,"Binary. Get "); DoString(0,32,"Binary. Get ");
@ -76,11 +76,11 @@ void ram(void) {
} }
DoString(0,24,"On C3 get new "); DoString(0,24,"On C3 get new ");
DoString(0,32,"version from "); DoString(0,32,"version from ");
DoString(0,40,"r0ket.de for "); DoString(0,40,"r0ket.de ");
DoString(0,48,"better UI "); DoString(0,48," ");
/* DoInt(0,24,filvers); */ /* DoInt(0,24,filvers); */
lcdDisplay(); lcdDisplay();
delayms(1000); delayms(100);
DoString(0,56," PRESS BUTTON "); DoString(0,56," PRESS BUTTON ");
lcdDisplay(); lcdDisplay();
getInputWait(); getInputWait();