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

Support Fixes #1

Merged
merged 2 commits into from
Jan 22, 2018
Merged

Support Fixes #1

merged 2 commits into from
Jan 22, 2018

Conversation

simonas-dev
Copy link

Fixed:

  • Brightness data type changed at some point, so I've changed it.
  • Defaulting to DMA Channel 5 it not very good idea, since on RPi 3 it causes file system corruption issue. I've changed default channel to 10, since for now it's considered safe.

@mcuadros
Copy link
Owner

Thanks, I am using PiZero, so I didn't found the DMA error.

@mcuadros mcuadros merged commit 0d7c616 into mcuadros:master Jan 22, 2018
@simonas-dev
Copy link
Author

Hi Adrian,

The problem is that you are using jgarff/rpi_ws281x provided inside of the vendor folder. The library provided directs at the commit which is 3 years old. My fixes updated the bindings to for them to work with a newer version of the library. Thats why changes made by me do not work for you.

Try to use the latest version of jgarff/rpi_ws281x and then hopefully everything should work fine.

Good Luck!

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.

4 participants