Skip to content
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

Is it possible to fade to channels at a time #27

Open
simonwhill opened this issue May 3, 2019 · 1 comment
Open

Is it possible to fade to channels at a time #27

simonwhill opened this issue May 3, 2019 · 1 comment

Comments

@simonwhill
Copy link

Hi

So would like to fade multiple channels at the same time, but cant see a way to.

if i send this command:

fill 1,00ff00;fill 2,00ff00;thread_start;do;fade 1,255,0,10;fade 2,255,0,10;fade 1,0,255,10;fade 2,0,255,10;loop;thread_stop;
it does work but the channels fade one channel at a time, and id like to fade them both at the same time. am i doing something wrong? this is the debug output:

Waiting for client to connect.
Enter thread 1,0,72.
do 2
fade 0, 255, 0, 10, -1, 0, 28
fade 1, 255, 0, 10, -1, 0, 113
fade 0, 0, 255, 10, 1, 0, 28
fade 1, 0, 255, 10, 1, 0, 113
loop 71
fade 0, 255, 0, 10, -1, 0, 28
fade 1, 255, 0, 10, -1, 0, 113
fade 0, 0, 255, 10, 1, 0, 28
fade 1, 0, 255, 10, 1, 0, 113
loop 71
fade 0, 255, 0, 10, -1, 0, 28
fade 1, 255, 0, 10, -1, 0, 113
fade 0, 0, 255, 10, 1, 0, 28
fade 1, 0, 255, 10, 1, 0, 113
loop 71

and you can see that it is doing one channel at a time.

any thoughts / advice / help greatly appreciated.

Simon

@tom-2015
Copy link
Owner

tom-2015 commented May 3, 2019

unfortunately this is not possible i'm afraid it's not that advanced.
I'm not sure but maybe if you run 2 ws2812 server apps on a different port?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants