-
Notifications
You must be signed in to change notification settings - Fork 174
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
APA102 Driver for WS2812b #92
Comments
I wrote a driver for these LEDs: https://github.com/Ic-ks/contrib-drivers/tree/master/ws2812b I did already a pull request (#76) |
the jcentre page is not opening, so I am not able to figure out the latest version, can you please let me know the latest version |
https://bintray.com/google/androidthings/contrib-driver-ws2812b/_latestVersion it says this link is not valid I get a page not found error can you do something about it? |
I also tried searching on https://bintray.com/google/androidthings this page I couldn't find your driver, so please help me out |
Sorry for the late response. You can import the driver by cloning the repository (https://github.com/Ic-ks/contrib-drivers.git) and using the import function of Android Studio in your project: File->New->Import-Module. Then select <CLONE_DIR>/contrib-drivers/ws2812b. The import function will copy ws2812 driver to your project. If you don't want a copy of the driver you could create a relative path dependency like described here: https://stackoverflow.com/questions/24975745/gradle-dependencies-compile-project-by-relative-path |
Can I use the APA102 Driver for WS2812b?
What are the modifications that should be done to use it?
The text was updated successfully, but these errors were encountered: