jgarff / rpi_ws281x

Userspace Raspberry Pi PWM library for WS281X LEDs
BSD 2-Clause "Simplified" License
1.76k stars 615 forks source link

RPi 3B+ Rev 1.4: Hardware revision is not supported #520

Closed dimzeta closed 1 year ago

dimzeta commented 1 year ago
$ grep -e Revision -e Model /proc/cpuinfo
Revision        : a020d4
Model           : Raspberry Pi 3 Model B Plus Rev 1.4

Everything works well on most of the Raspberry (3B+ & 4) but I have the famous Hardware revision is not supported error for this one.

Could you help me to resolve this? Thanks! 😁

Gadgetoid commented 1 year ago

Should be fixed as of https://github.com/jgarff/rpi_ws281x/commit/c09fecb5ead9a33696f78913627c5693ca6a5c5a

Thanks!

(also in new 5.0.0 release of rpi_ws281x if you're using that)