adafruit / Adafruit_CircuitPython_DotStar

Dotstarrin' away in CircuitPython land
MIT License
46 stars 38 forks source link

HSV to RGB #50

Closed stickperson closed 3 years ago

stickperson commented 3 years ago

Are there any plans to add support for converting HSV values to RGB, similar to what is implemented in the Adafruit Dotstar library. As stated in the Arduino library use guide, its a bit easier to get certain effects using HSV.

I'm not quite sure about the 16 bit part mentioned in the article. I've had success using python's colorsys module.

stickperson commented 3 years ago

Sorry, I wasn't aware of the FancyLED package. Closing.