We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0b92ac commit cf06426Copy full SHA for cf06426
library/CHANGELOG.txt
@@ -1,3 +1,9 @@
1
+4.3.2
2
+-----
3
+
4
+* New: Added support for Revision 0xc03131 (Pi 400, 4GB v1.1)
5
+* New: Added support for Revision 0xb03115 (Pi 4, 2GB v1.5)
6
7
4.3.1
8
-----
9
library/setup.py
@@ -13,7 +13,7 @@ def run(self):
13
build_py.run(self)
14
15
setup(name = 'rpi_ws281x',
16
- version = '4.3.1',
+ version = '4.3.2',
17
author = 'Jeremy Garff <jer@jers.net>, Phil Howard <phil@pimoroni.com>',
18
author_email = 'jer@jers.net, phil@pimoroni.com',
19
description = 'Userspace Raspberry Pi PWM/PCM/SPI library for SK6812 and WS281X LEDs.',
0 commit comments