HELP ME PLEASE flash leds under the looping
Hello there, I am newbe with BrightSign Script and usage, so I need Some HELP for BrightSign HD1010. I would like to create a video and along the playing I want some leds to flash up every 5 seconds where do I have to start? How I have to modificate this script to work? p = CreateObject("roMessagePort") tmr = CreateObject("roMessagePort") gpio = CreateObject("roGpioControlPort") gpio.SetPort(p) gpio.EnableOutput(0) gpio.EnableOutput(1) gpio.EnableOutput(2) gpio.EnableOutput(3) gpio.EnableOutput(4) gpio.EnableOutput(5) gpio.EnableOutput(6) gpio.EnableOutput(7) imag.png:gpios(1;2;5) event_loop: imag.png:gpios(1;2;5) gpio.SetOutputState(butn+1,1) print "LED FLASHES ";gpioPort sleep(500) gpio.SetOutputState(butn+1,0) sleep(500) gpio.SetOutputState(butn+2,1) print "LED FLASHES ";gpioPort sleep(500) gpio.SetOutputState(butn+2,0) goto event_loop THX