I’m working in a very power constrained environment, I have 82 LEDs and am limiting the power consumption using the setMaxPowerInVoltsAndMilliamps function passing it 250ma as the limit. This works great, definitely limits the power, but I noticed that if I keep a block of pixels a fixed solid color, they will dim a little if I then set more pixels active elsewhere in the strip. Obviously this is the power management doing its thing correctly and lowering the overall brightness to maintain the 250ma limit. The problem is this dimming makes for a rather odd visual effect.
Anyone got any ideas how I can limit the power usage overall without this dynamic dimming? Would just tuning for the right max brightness value globally be the correct approach?