Skip to content

Releases: rpi-ws281x/rpi-ws281x-python

Pi5 Beta 2

04 Nov 22:31
Compare
Choose a tag to compare

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

01 Nov 10:26
Compare
Choose a tag to compare
Pi5 Beta 1 Pre-release
Pre-release

This release provides somewhere to hang Pi 5 test builds.

Feedback, issues, discussion -> #106

Version 5.0.0

16 May 12:06
Compare
Choose a tag to compare

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

  • Make PixelStrip a subclass of _LED_Data by @Viicos in #91

Full Changelog: v4.3.4...v5.0.0

New Contributors

Version 4.3.3

09 Mar 14:13
Compare
Choose a tag to compare
  • 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

09 Feb 08:53
Compare
Choose a tag to compare
  • 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

Full Changelog: v4.3.1...v4.3.2

Version 4.3.1

02 Nov 17:06
Compare
Choose a tag to compare
  • New: Added support for Revision 0x902120 (Pi Zero 2 W v1.0)

Version 4.3.0

01 Jun 14:10
Compare
Choose a tag to compare
  • Switched to upstream jgarff/rpi_ws281x library
  • New: Added support for Revision 0xd03140 (CM4 v1.0 WiFi)

Version 4.2.4

07 Jun 20:02
Compare
Choose a tag to compare
  • Fix: Fixed rpi_hw_detect for aarch64
  • New: Added support for Revision 0xD03114 (Raspberry Pi Model B - 8GB)

Version 4.2.3

23 Jan 12:16
Compare
Choose a tag to compare
  • Fix: Added support for Pi 4 Rev 1.2 - 0xa03112, 0xb03112, 0xc03112

Version 4.2.2

03 Jul 11:16
Compare
Choose a tag to compare
  • Fix: Fixed Slice support when setting pixels
  • New: Added support for Revision 0xa02083
  • New: Added support for Revision 0xa22083