Hello!
I’m working on a project that inputs pixel data from my Pixelblaze for conversion to
DMX channels to drive a stage party light using a PIC microcontroller. I’m just about there, but studying the data bytes sent to the pixels, the RGB data maxes out at EDh rather than FFh (3% max bright set in configuration). This is likely because the global brightness is adjusted to achieve the brightness set in the configuration setting. Is there a way to ensure that the RGB output to the pixels maxes out at or very near 255? DMX party lights work on a 0-255 brightness for each color in the party light. Essentially, I am only driving one or two “pixels” to make the data for the party light. I suppose I could read in the global brightness word too and perform a calculation of some kind (unknown yet), but would rather not.
Thanks!