rpi-ws281x / rpi-ws281x-go

Go library wrapping for the rpi-ws281x library
Apache License 2.0
65 stars 15 forks source link

Support for arm64 #14

Closed onnenon closed 3 years ago

onnenon commented 3 years ago

Addresses #13

This PR modifies build tags for ws2811_sim.go and ws2811_arm.go (also renamed to ws2811_hw.go) to support building for arm64 targets like the Raspberry Pi 4B

This has been tested, and works directly compiling on a Raspberry Pi 4B running Ubuntu 20.10 server for arm64.

supcik commented 3 years ago

Thank you @onnenon for your contribution.

onnenon commented 3 years ago

Thank you! Happy I could contribute.