main #1

Merged
demmlesi merged 12 commits from BKI/25_BKI2_2:main into main 2025-01-31 10:59:15 +01:00
Showing only changes of commit 04efa6ba33 - Show all commits

View file

@ -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;