Gruppe 5 #2
1 changed files with 4 additions and 1 deletions
|
@ -63,7 +63,10 @@ void loop() {
|
||||||
case 4: // geschafft, Runde hochzählen und auf Display ausgeben
|
case 4: // geschafft, Runde hochzählen und auf Display ausgeben
|
||||||
//Gruppe 5 start ===============================================================================
|
//Gruppe 5 start ===============================================================================
|
||||||
|
|
||||||
|
Tft.setCursorCharacter(3, 1);
|
||||||
|
Tft.print("Gewonnen!");
|
||||||
|
level++;
|
||||||
|
state = 1;
|
||||||
|
|
||||||
//Gruppe 5 ende ================================================================================
|
//Gruppe 5 ende ================================================================================
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Reference in a new issue