-
-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Programm with threads is not executed #68
Comments
Try it with "render" 😂 |
Where? I dont get it... I want to overlay the light organ with the effect. This works without errors, has only one thread defined:
Btw: Is there a clean exit option, when you CTRL-C ? Eg. reset all and send 000000 to the LEDs. |
setup 1,288,12; init thread_start 1 #thread_start 2 //why a # at beginning? it's possible to write render1 or render2 I use this Server in screen. For stop and start I use screen commands. You can build a Script that sends all Black to the Server and kill the Server process. |
Can you check the commands work separately (without the threads)? Also I'm afraid the combination will not work because the light_organ will always change the brightness of ALL LEDs no matter what the random_fade_in_out changed it to. For this to work you would need to multiply the brightness output of the light_organ command with the brightness of the random_fade_in_out which is not supported at this moment. It's normal you get only READY on the console, it means the thread is started in the background. If you want to see what is going on add the "debug 1" command in the beginning of your text file. the # before a command makes it a comment (it will do nothing). |
Hey Tom, I run into a problem when I want to start a program where threads are defined.
./ws2812svr -f LED_program.txt
Nothing happens, console output:
LED_program.txt
The text was updated successfully, but these errors were encountered: