Yona-Appletree / LEDscape

Beagle Bone Black cape and firmware for driving a large number of WS281x LED strips.
126 stars 58 forks source link

add flag to disable demo mode #7

Closed dbu closed 10 years ago

dbu commented 10 years ago

Adding a flag to disable the demo mode. fix #4

I hope not running the thread does not have any unexpected side effects? I was not yet able to test on a real device, will do asap.

colinfrei commented 10 years ago

Tested on the device, works as expected with -D and with --no-demo

Yona-Appletree commented 10 years ago

This looks good. There's no risk from not starting the demo thread that I can think of.

dbu commented 10 years ago

thanks.

i guess i will have another go at a no-udp flag to overcome the size limitation tomorrow, unless you tell me its no way this can go into the code. but my idea is just to allow to not enable udp when having lots of leds and in that case also drop the size limit check.