Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rpi-ws281x/rpi-ws281x-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.3.1
Choose a base ref
...
head repository: rpi-ws281x/rpi-ws281x-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.3.2
Choose a head ref
  • 3 commits
  • 3 files changed
  • 3 contributors

Commits on Feb 7, 2022

  1. Copy the full SHA
    baf174d View commit details

Commits on Feb 9, 2022

  1. Merge pull request #77 from paulhayes/master

    Updated submodule to include support for rpi 4 v1.5
    Gadgetoid authored Feb 9, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    c0b92ac View commit details
  2. Prep for v4.3.2

    Gadgetoid committed Feb 9, 2022
    Copy the full SHA
    cf06426 View commit details
Showing with 8 additions and 2 deletions.
  1. +6 −0 library/CHANGELOG.txt
  2. +1 −1 library/lib
  3. +1 −1 library/setup.py
6 changes: 6 additions & 0 deletions library/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
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)

4.3.1
-----

2 changes: 1 addition & 1 deletion library/setup.py
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ def run(self):
build_py.run(self)

setup(name = 'rpi_ws281x',
version = '4.3.1',
version = '4.3.2',
author = 'Jeremy Garff <jer@jers.net>, Phil Howard <phil@pimoroni.com>',
author_email = 'jer@jers.net, phil@pimoroni.com',
description = 'Userspace Raspberry Pi PWM/PCM/SPI library for SK6812 and WS281X LEDs.',