tom-2015 / rpi-ws2812-server

Raspberry Pi WS2812 (web) server tool
172 stars 39 forks source link

Flashing Command #15

Closed grahamchallen closed 5 years ago

grahamchallen commented 6 years ago

Is it possible to make a flashing command to run for a specific amount of time?

tom-2015 commented 6 years ago

If you are running the program using a text file with commands or TCP socket you can use a loop. For example flash 10 times with a 250ms ON / OFF.

do fill 1, FFFFFF render delay 250 fill 1, 000000 render delay 250 loop 10

tom-2015 commented 5 years ago

Blink command is now added for making some LEDs flash between 2 colors.