-
How hard will be to implement a Rgb80Color::Max? same timing with WS2812. the chips are used in indoor/outdoor lights and have 5 channels of 16bits RGBCW. The chips I am trying to control are SM16705 |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
(ask questions in the discussion area) There is already a Rgbww80Color, and it has a Max. There is not a NeoRgbcw80Feature yet, but it is trivial to create. The SM16705 is not what you want. Are you sure you have the right chip number? That one is basically a shift register. It takes a single 8 bit value clocked in, then a latch signal is triggered by the uc in which it will then switch the 8 outputs on or off based on that 8 bit value. This is not the type of chips that NeoPixelBus works with. |
Beta Was this translation helpful? Give feedback.
-
Got it to work , I made a rgbcw80 feature using 'Rgbww80Color' and using the 'Neo800KbpsMethod' it works. |
Beta Was this translation helpful? Give feedback.
-
Eight bit element color like RgbwwColor will auto convert and can be used when calling SetPixelColor(). WLED I believe is only eight bit element colors and they rely on this. They already have support for a Rgbw64Color feature I believe. |
Beta Was this translation helpful? Give feedback.
I just checked in NeoRgbww80Features (both Rgbcw and Rgbwc).
Do you have a link to the spec sheet. When I look up SM16705, I get what I described.