Adafruit_NeoMatrix icon indicating copy to clipboard operation
Adafruit_NeoMatrix copied to clipboard

implement ColorHSV

Open EdJoPaTo opened this issue 5 years ago • 0 comments

In order to use ColorHSV with the Matrix I currently would try to use matrix.ColorHSV(0). This currently falls back to the NeoPixel implementation which is using 24-bit colors instead of 16-bit colors.

I used the working NeoPixel code and adapted it for 16-bit usage.

In order to test I compared expected values to calculated ones. Also I used it with a real NeoPixel Matrix which works well.

EdJoPaTo avatar Jun 09 '19 18:06 EdJoPaTo