Closed deisterhold closed 6 years ago
Thank you! I've not been maintaining the c code at all, did you get any use out of it? It could probably use updating to include the fixes that went into Python for different pixel types.
I've been working on integrating it as a static library into a golang project I'm working on.
Fixed error inside set_pixel when led = 8 that would cause a write outside the bounds of the leds array. Added bounds checking to set_pixel_brightness function for consistency.