adafruit / Adafruit_CircuitPython_NeoPixel

CircuitPython drivers for neopixels.
MIT License
304 stars 98 forks source link

Support HSV colors #107

Closed sermelo closed 3 years ago

sermelo commented 3 years ago

For those who are not aware of what HSV is: https://en.wikipedia.org/wiki/HSL_and_HSV

I think it will be really useful to work with HSV colors, to operate the leds in a different way. I have already done some changes in a fork, and I have created a draft Pull Request: https://github.com/adafruit/Adafruit_CircuitPython_NeoPixel/pull/106

The pull request is just a proposal to get some feedback from you and know if this is something you would be interested in. If it is OK to you, I can work in improving it, add documentation, support HSVW, etc.

ladyada commented 3 years ago

hihi we support HSV thru fancyled library - check it out!

sermelo commented 3 years ago

That looks good, I will close the PR.