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

Led grouping and zigzag support #147

Merged
merged 3 commits into from
Jan 6, 2019
Merged

Conversation

penfold42
Copy link
Contributor

Grouping and zig-zag support for ws2811 strips

  • Output Grouping can be disabled, grouped or zig-zag
  • Group size specifies the size of groups or zig-zag period (in LEDs, not dmx channels)
    Its implemented in the pixeldriver so both e.131 and effect data use the grouping config

- Output Grouping can be disabled, grouped or zig-zag
- Group size specifies the size of groups or zig-zag period (in LEDs, not dmx channels)
Its implemented in the pixeldriver so both e.131 and effect data use the grouping config
@forkineye
Copy link
Owner

Looking at it now, thanks! I'm thinking if changing it a bit where you can utilize zig-zag and grouping at the same time. Also it still listens to universes based on physical pixels when it should be the virtual / grouped pixels.

@forkineye forkineye merged commit cfc97d4 into forkineye:master Jan 6, 2019
@forkineye
Copy link
Owner

I changed it a little bit to where zigzag count and group size are values which are always used. A group of 1 is a single pixel and a zigzag of 0 is no zigzag. Also swapped placeholders for titles in most of the HTML fields for tooltips. Thanks!

@penfold42 penfold42 deleted the fork-grouping branch January 9, 2019 23:04
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

Successfully merging this pull request may close these issues.

2 participants