forked from BKI/25_BKI2_2
Gruppe 5
-Ausgabe sobald gewonnen -Runde wird um 1 erhöt -Weitergeleitet zu case 1
This commit is contained in:
parent
8ae837e595
commit
85af25d3ba
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
|
||||
//Gruppe 5 start ===============================================================================
|
||||
|
||||
|
||||
Tft.setCursorCharacter(3, 1);
|
||||
Tft.print("Gewonnen!");
|
||||
level++;
|
||||
state = 1;
|
||||
|
||||
//Gruppe 5 ende ================================================================================
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue