Adafruit_NeoMatrix
Adafruit_NeoMatrix copied to clipboard
implement ColorHSV
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.