0

looping Image Slideshow while waiting for button press



I have an hd810 I am trying to find or create a slideshow script while it waits for a button press. I have 10-15 images i would like to continuosly roll through, if the gpio button gets pressed it will stop the slideshow and play the video. When the video is done it will go back to the slideshow. I also have a second button that when pressed needs to send a serial command out and ten minutes later send another command out. Please help, I have been searching for a while now and I cant seem to find anything close i can work with. Thanks Update: Ive got it working how It needs to be done except I play only one image before and after the video is over. I need it to cycle through the images i have in any order until it gets another button press. image = CreateObject("roImagePlayer") ok = image.SetDefaultMode(1) 'SET INITIAL IMAGE SCALING ok = image.DisplayFile("fern.jpg") is what works for playing one file.

0 comments

Please sign in to leave a comment.