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
Custom value range works correctly in run mode, but isn't exported in code
Defining and simulating (running) an arc with a custom range in studio works as expected. however while exporting the range statement is omitted, making it behave like a standard 0-100 scale.
Please implement the correct scale on export lv_arc_set_range(obj, <start>, <end>);
tested with latest codebase
The text was updated successfully, but these errors were encountered:
Custom value range works correctly in run mode, but isn't exported in code
Defining and simulating (running) an arc with a custom range in studio works as expected. however while exporting the range statement is omitted, making it behave like a standard 0-100 scale.
Please implement the correct scale on export
lv_arc_set_range(obj, <start>, <end>);
tested with latest codebase
The text was updated successfully, but these errors were encountered: