MotorShield
MotorShield copied to clipboard
GUI_Motor_Shield.py immediately stops
Trying to run on Raspberry Pi 3 with Buster. Using python3 the program immediately terminates normally.
I believe you need a
window.mainloop()
as the very last line to keep tkinkter running and then the GUI displays.
Correct Grandpa-G, I added this line and al works l ok. Maybe time to update the code.