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

Fixing two problems with chase: An extra LED would be used. The LED aft... #10

Merged
merged 1 commit into from
Sep 16, 2012

Conversation

hydra
Copy link
Contributor

@hydra hydra commented Sep 16, 2012

...er the amount specified is turned off each time. Not needed.

The problem could be seen when setting a few leds on:

sudo python pixelpi.py chase --chip WS2801 --num_leds 10 --refresh_rate 100

and then running chase with less pixels/leds

sudo python pixelpi.py chase --chip WS2801 --num_leds 6 --refresh_rate 100

What should happen, and does with the above fix, is that only the first 6 LEDs are used for the chase and the rest remain on.

…fter the amount specified is turned off each time. Not needed.
scottjgibson added a commit that referenced this pull request Sep 16, 2012
Fixing two problems with chase: An extra LED would be used.  The LED aft...
@scottjgibson scottjgibson merged commit 6ac9620 into scottjgibson:master Sep 16, 2012
@scottjgibson
Copy link
Owner

err; ignore my comment; I'm dumb

irjudson pushed a commit to irjudson/moodcloud that referenced this pull request Apr 13, 2014
Fixing two problems with chase: An extra LED would be used.  The LED aft...
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