You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you're in tint-autoramp mode and enter moonlight mode, both channels will flash briefly due to jump-starting. This is because jump-starting is implemented assuming a single-channel configuration. The PWM value may be zero for some channels at floor level, but not at the jump-start level.
The fix is to handle jump-starting within the multi-channel logic by computing any blending based on the "real" level and then jump-starting only those channels that have resulting non-zero PWM values. I've implemented a prototype fix for the 2-channel Emisar (model 0135), which is the only light I have to test on. I can create a more complete implementation if there is interest: fwiffo@c3d9321
The text was updated successfully, but these errors were encountered:
If you're in tint-autoramp mode and enter moonlight mode, both channels will flash briefly due to jump-starting. This is because jump-starting is implemented assuming a single-channel configuration. The PWM value may be zero for some channels at floor level, but not at the jump-start level.
The fix is to handle jump-starting within the multi-channel logic by computing any blending based on the "real" level and then jump-starting only those channels that have resulting non-zero PWM values. I've implemented a prototype fix for the 2-channel Emisar (model 0135), which is the only light I have to test on. I can create a more complete implementation if there is interest: fwiffo@c3d9321
The text was updated successfully, but these errors were encountered: