Reduced delay in Fahrplan, V0.003
This commit is contained in:
parent
f7e016e846
commit
6cb9845b63
|
@ -61,7 +61,7 @@ void ram(void) {
|
|||
lcdClear();
|
||||
DoString(0,0,"Fahrplan ");
|
||||
DoString(60,0,favers);
|
||||
DoString(0,16,"SW Rel. V0.002");
|
||||
DoString(0,16,"SW Rel. V0.003");
|
||||
if(filvers!=2) {
|
||||
DoString(0,24,"Incompatible ");
|
||||
DoString(0,32,"Binary. Get ");
|
||||
|
@ -76,11 +76,11 @@ void ram(void) {
|
|||
}
|
||||
DoString(0,24,"On C3 get new ");
|
||||
DoString(0,32,"version from ");
|
||||
DoString(0,40,"r0ket.de for ");
|
||||
DoString(0,48,"better UI ");
|
||||
DoString(0,40,"r0ket.de ");
|
||||
DoString(0,48," ");
|
||||
/* DoInt(0,24,filvers); */
|
||||
lcdDisplay();
|
||||
delayms(1000);
|
||||
delayms(100);
|
||||
DoString(0,56," PRESS BUTTON ");
|
||||
lcdDisplay();
|
||||
getInputWait();
|
||||
|
|
Loading…
Reference in New Issue