76
preenfm2 and preenfm3 / Re: PFM3: Stuck pixel artifacts around text
« on: May 12, 2023, 08:20:48 AM »"The fix will simply be to verify the level when loading a preset. Level > 1 will be set to 1."
Could you also make triple sure that the values cannot possibly be set higher than 1? There is a limit in the level menu, but not in the env curve menu.
Edit: Could that limiter escape be related to the encoder resolution that you can set in the options? Did you maybe use something like "if (value != max) do something", instead of <=
https://github.com/Ixox/preenfm3/blob/delay_xav/firmware/Src/hardware/FMDisplayEditor.cpp#L3827
That's for float type.
I don't understand when you write : " but not in the env curve menu.".
The limits are working fine for me. 1 for level, and "Usr4" is the last value available for Env Curve.