Closed matteoraggi closed 4 years ago
Matteo, did you try ESC? What happened?
Nothing it continue to play as if nothing new happened..
Matteo, what happens with the other demos, for instance Minimal or Blur? I think they all use the same keyboard reading functionality. It might be worth putting a line into PictureFrame to make it break and see what happens (around line 112)
pic_num = (pic_num + 1) % nFi # wraps to start
if pic_num > 5:
break
if (pic_num % CHKNUM) == 0: # this will shuffle as well
Hi, from raspbian stretch, I launch this from the GUI and it works perfect! But then to exit from it the only way is to plug off the electricity to the raspberry. Is there a more intelligent way to exit from python3 PictureFrame.py one time launched?