Releases: rpi-ws281x/rpi-ws281x-python
Pi5 Beta 2
This release provides somewhere to hang Pi 5 test builds.
These builds require a kernel module and dtoverlay for Pi 5. See the setup guide here: https://github.com/jgarff/rpi_ws281x/wiki/Raspberry-Pi-5-Support
To install:
pip install https://github.com/rpi-ws281x/rpi-ws281x-python/releases/download/pi5-beta2/rpi_ws281x-6.0.0-cp311-cp311-linux_aarch64.whl
Note, if you install this in a virtualenv (you'll probably need to) then you will have to run with:
sudo --preserve-env PATH python3 example.py
This will preserve your virtual environment, but supply the necessary superuser permissions for running rpi_ws281x.
Feedback, issues, discussion -> #106
This release should fix the malloc(): invalid size (unsorted)
issue.
Pi5 Beta 1
This release provides somewhere to hang Pi 5 test builds.
Feedback, issues, discussion -> #106
Version 5.0.0
What's Changed
-
Bumped to rpi_ws281x v1.0.0 (15330cb)
-
Full rpi_ws281x changes: jgarff/rpi_ws281x@9be313f...15330cb
-
New: Added support for Revisions 0xa03141, 0xb03141, 0xc04141, 0xd03141 (CM4)
-
New: Added support for Revision 0xa32082 (Pi 3 B)
-
New: Added support for slices on PixelStrip
-
New: Regenerated SWIG bindings with v4.0.2
-
New: RGBW class for interfacing with pixel values
Full Changelog: v4.3.4...v5.0.0
New Contributors
Version 4.3.3
- New: Added support for Revision 0xc03115 (Pi 4, 4GB v1.5)
- New: Added support for Revision 0xd03115 (Pi 4, 8GB v1.5)
Version 4.3.2
- New: Added support for Revision 0xc03131 (Pi 400, 4GB v1.1)
- New: Added support for Revision 0xb03115 (Pi 4, 2GB v1.5)
What's Changed
- Updated submodule to include support for rpi 4 v1.5 by @paulhayes in #77
New Contributors
- @paulhayes made their first contribution in #77
Full Changelog: v4.3.1...v4.3.2
Version 4.3.1
- New: Added support for Revision 0x902120 (Pi Zero 2 W v1.0)
Version 4.3.0
- Switched to upstream jgarff/rpi_ws281x library
- New: Added support for Revision 0xd03140 (CM4 v1.0 WiFi)
Version 4.2.4
- Fix: Fixed rpi_hw_detect for aarch64
- New: Added support for Revision 0xD03114 (Raspberry Pi Model B - 8GB)
Version 4.2.3
- Fix: Added support for Pi 4 Rev 1.2 - 0xa03112, 0xb03112, 0xc03112
Version 4.2.2
- Fix: Fixed Slice support when setting pixels
- New: Added support for Revision 0xa02083
- New: Added support for Revision 0xa22083