We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey @mcuadros, I'm trying to use your module to get my led matrix attached to a rpi zero w running with golang.
Unfortunatly I run into this error when I run go get github.com/mcuadros/go-rpi-ws281x:
go get github.com/mcuadros/go-rpi-ws281x
# github.com/mcuadros/go-rpi-ws281x ../go/pkg/mod/github.com/mcuadros/go-rpi-ws281x@v0.0.0-20180122015054-0d7c616b0b23/matrix.go:8:10: fatal error: ws2811.h: No such file or directory #include <ws2811.h> ^~~~~~~~~~ compilation terminated.
golang and scons are installed.
golang
scons
Would be nice if you could push me in the right direction to solve this issue. 👍
The text was updated successfully, but these errors were encountered:
Clone https://github.com/jgarff/rpi_ws281x repository
Inside repository directory type scons
Copy compiled lib and rest of the includes:
cp ws2811.h /usr/local/include/ws2811.h && \ cp rpihw.h /usr/local/include/rpihw.h && \ cp pwm.h /usr/local/include/pwm.h && \ cp libws2811.a /usr/local/lib/libws2811.a
Sorry, something went wrong.
No branches or pull requests
Hey @mcuadros,
I'm trying to use your module to get my led matrix attached to a rpi zero w running with golang.
Unfortunatly I run into this error when I run
go get github.com/mcuadros/go-rpi-ws281x
:golang
andscons
are installed.Would be nice if you could push me in the right direction to solve this issue. 👍
The text was updated successfully, but these errors were encountered: