Closed pawKer closed 4 years ago
Added support for the WS281x types of led strips (Neopixels) using the rpi_ws281x library. The old version should still work exactly the same unless is_active is set to True under [WS281X] inconfig.ini`.
rpi_ws281x
is_active
True
[WS281X] in
Refactored code as per your comments and the code looks much cleaner now :)
Very good points, thank you for reviewing again! I have fixed those comments now.
Added support for the WS281x types of led strips (Neopixels) using the
rpi_ws281x
library. The old version should still work exactly the same unlessis_active
is set toTrue
under[WS281X] in
config.ini`.