forked from BKI/25_BKI2_2
Merge pull request 'Gruppe 5' (#2) from micheler/25_BKI2_2:main into main
Reviewed-on: BKI/25_BKI2_2#2
This commit is contained in:
commit
04efa6ba33
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
|
||||
//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