Merge branch 'master' of github.com:r0ket/r0ket
This commit is contained in:
commit
53242bb263
|
@ -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();
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue