An Arduino NeoPixel support library supporting a large variety of individually addressable LEDs. Please refer to the Wiki for more details. Please use the GitHub Discussions to ask questions as the GitHub Issues feature is used for bug tracking.
Here are few little changes and working example for Hd108.
Solution currently in master does not header the frame properly as defined in the spec. (very confusing) datasheets try to define 128bits to be found at the beginning of the frame, which is definitely required.
Datasheet also clearly defines to implement 1bit per led "of 1's" at the end of the frame, I've never needed this for some reason.
Also, my strips are in RGB color order, I'm not certain whether all Hd108's are. I'm not certain whether I implemented these correctly but "works for me")
Makuna, your work is greatly appreciated and big thanks for maintaining this!)
Here are few little changes and working example for Hd108. Solution currently in master does not header the frame properly as defined in the spec. (very confusing) datasheets try to define 128bits to be found at the beginning of the frame, which is definitely required. Datasheet also clearly defines to implement 1bit per led "of 1's" at the end of the frame, I've never needed this for some reason.
Also, my strips are in RGB color order, I'm not certain whether all Hd108's are. I'm not certain whether I implemented these correctly but "works for me")
Makuna, your work is greatly appreciated and big thanks for maintaining this!)