-
Notifications
You must be signed in to change notification settings - Fork 2
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
Would you consider a PR upstream? #1
Comments
Yes I have considered the same. |
Phil, Yes I have considered the same. Ton On Fri, Oct 21, 2016 at 12:13 PM, Philip Howard [email protected]
|
Brilliant! Sorry for the lack of reply, it's been a busy few days. |
Hello Ton, what is the status on that point? :) |
PR #135 for combined library was submitted upstream on 25 NOV 2016. |
On my own fork I've already promoted dev to master, and will be distributing the library based upon it- replacing my hard-forked mess that's on pip at the moment with something more closely representative of upstream. This should bring support for @tvoverbeek's new features to Python at least. |
Great! |
I've just found the time to set this up and get it running. Absolutely brilliant! I'm genuinely surprised nobody has come up with this solution before. Stellar effort ;)
Would it be possible, and indeed would you consider, merging this method of operation with the upstream library which can be found here: https://github.com/jgarff/rpi_ws281x
I think a lot of users (this library has 351 stars and 134 forks) would be very happy to have PCM as an option in the canonical library.
I would envision the "NeoPixel"
__init__
either accepting another argument to determine PCM or PWM, or automatically deciding which to use based on the given GPIO pin (great if there are no conflicts).The upstream library also supports a whole variety of pixel options: https://github.com/jgarff/rpi_ws281x/blob/master/ws2811.h#L45-L64
I hate to say "this is great, more please!" since I feel it undermines just what you've accomplished here, but this is just too awesome to be consigned to Unicorn HAT alone!
Thank you!
The text was updated successfully, but these errors were encountered: