04-28-2016 09:49 AM - edited 04-28-2016 09:58 AM
Move that picture loop outside of your event structure loop.
Also, here is a simpler way to run that while loop and cycle through images. You don't need a case structure for every case. And you can get rid of the enum that seems to be there to "sort of" enumerate the case structure.
04-28-2016 11:48 AM
I've tryed your solution but still not working. I can't make each "event" (blinking and images slideshow) to be done in different time, 1 and 3 secs each.
04-28-2016 12:10 PM
You didn't try my solution because you didn't move the other while loop out of the first loop like I said.
See attached.
05-05-2016 12:29 AM
Sorry for taking too long to respond. I was on a business trip with no free time. You were very helpful. Thanks a lot.