Compare commits
2 commits
1b76ef8da6
...
04efa6ba33
Author | SHA1 | Date | |
---|---|---|---|
04efa6ba33 | |||
85af25d3ba |
1 changed files with 4 additions and 1 deletions
|
@ -84,7 +84,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