pi3d / pi3d_demos

Demos and support files for pi3d (3D graphics python package for the raspberry pi)
Other
71 stars 33 forks source link

Raspberry Pi Touchscreen ends PictureFrame? #30

Closed draycon88 closed 3 years ago

draycon88 commented 4 years ago

Hi,

is it even possible to end PictureFrame Slideshows without keyboard but with only a single touch on the touchdisplay from the Raspberry Pi ? Without Keyboard attached there is no possibility or I'm dumb, I dont' know.

Thanks a lot!

paddywwoof commented 4 years ago

Hi, Yes that question was asked recently here so have a look over that but please get back to me with any issues, or if it works fine, and I will add some more info to the documentation to help others.

The main thing is that you need to have your RPi set up so the touchscreen works to give a mouse input without the picture frame running, then add the Mouse code to pi3d on the simplest demo (Minimal.py), then add code to PictureFrame2000.py. I can conceive various problems you might have but without your setup it's hard to be more specific.

Let me know how you get on Paddy