What’s the matter with that?
It doesn’t quite match the touch code.
pinMode(BUTTON_1, INPUT_PULLUP); <--------
and this
void doLEDEffect() {buttonState=digitalRead(BUTTON_1); <------- if (buttonState == HIGH)....
Thanks again,
Hier der geänderte Code nach deiner Anweisung :-)
(code by accident removed)