davidkrantz / Colorfy

Finds a suitable background color to the artwork of the current Spotify playback and sets it to a LED-strip using a Raspberry Pi
MIT License
135 stars 13 forks source link

Added WS281x support #4

Closed pawKer closed 4 years ago

pawKer commented 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`.

pawKer commented 4 years ago

Refactored code as per your comments and the code looks much cleaner now :)

pawKer commented 4 years ago

Very good points, thank you for reviewing again! I have fixed those comments now.