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

Simple RGB Fixtures? #1

Open
himijendrix24 opened this issue Jan 28, 2024 · 1 comment
Open

Simple RGB Fixtures? #1

himijendrix24 opened this issue Jan 28, 2024 · 1 comment

Comments

@himijendrix24
Copy link

himijendrix24 commented Jan 28, 2024

Is it possible to define RGB fixtures without a dimmer channel?
I was testing the plugin with some WS2811 fixtures but defining:

[Fixture_001]
range=1,3
mapping=RGB

results in

ERROR-05: R/G/B/D is not in Fixture_001s Mapping

It has to be

[Fixture_001]
range=1,4
mapping=RGBD
@lgoette
Copy link
Owner

lgoette commented Apr 25, 2024

By now the dimmer channel is mandatory. To make it optional should be an easy fix. Ill look into it :)
A current workaround would be defining it as a 4 channel fixture with a dimmer, since the dimmer is always set to 255 anyways. You then need to setup the next fixture with skipping one channel.
Sorry for the late reply. I didn't recognize the issue till now.

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