Jun-30-2022, 05:57 PM
GPIO works just fine with tkinter. The only thing you cannot do is use forever loops or sleep(), and those can be replaced by using after() and some state logic. In your most recent program you don't even need that.