jildertviet / JFixLib

Library to control multiple light fixtures with the same codebase
0 stars 0 forks source link

Bitdepth limits #20

Closed jildertviet closed 7 months ago

jildertviet commented 7 months ago

Currently brightnessCurve[] limits the possibilities to 256.

Only use float for brightness? @ static RGBW color is 32-bit. @ n RGBW color is 16-bit. Brightness is always 32 bit.

So avoid brightnessCurve @ ESP32. Use curves in SC synth.