Skip to content

Commit

Permalink
Prep for v4.3.0
Browse files Browse the repository at this point in the history
Switches the lib directory https://github.com/jgarff/rpi_ws281x
  • Loading branch information
Gadgetoid committed Jun 1, 2021
1 parent 29a99c0 commit 4d5fd1f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "library/lib"]
path = library/lib
url = http://github.com/pimoroni/rpi_ws281x
url = https://github.com/jgarff/rpi_ws281x/
branch = master
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.0
-----

* Switched to upstream jgarff/rpi_ws281x library
* New: Added support for Revision 0xd03140 (CM4 v1.0 WiFi)

4.2.6
-----

Expand Down
2 changes: 1 addition & 1 deletion library/lib
Submodule lib updated 3 files
+1 −1 CMakeLists.txt
+7 −0 rpihw.c
+3 −2 ws2811.c
2 changes: 1 addition & 1 deletion library/rpi_ws281x/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from .rpi_ws281x import PixelStrip, Adafruit_NeoPixel, Color, ws
from _rpi_ws281x import *

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

setup(name = 'rpi_ws281x',
version = '4.2.6',
version = '4.3.0',
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.',
Expand Down

0 comments on commit 4d5fd1f

Please sign in to comment.