0

operating more than one LED in the gpios() format



Is it possible to run multiple LED's on the same script command?

I.E. file:gpios(1) turns on light 1.

I am trying to get that file to opperate two lights. I tried file:gpios(1)(2) to no success any tips would be appericated!

thanks

Marcus

2 comments

  • 0
    Avatar
    RokuLyndon


    Yes, you can turn on and off multiple gpios at once.



    You can use file:gpios(1;2)



    or



    gpioson(1;2)



    Which brighsign is this, and can you send me the playlist you're using to try and do this.
  • 0
    Avatar
    moconnor


    HD 2000;



    mbexp.mpg

    m1ws.bmp:gpios()

    nscs.mpg:gpios(3)

    farms.mpg

    FPP1.mpg:gpios(0)

    irgg.mpg:gpios(1;2)



    I just changed the format to what you suggested adn am fixing to try it out.



    Thanks,



    Marcus
Please sign in to leave a comment.