Closed exa04 closed 6 months ago
Going by the checkboxes, this PR is ready for testing. Is it indeed?
Yes, it is :)
Great! I will then!
The FillFrom
enum looks like a very handy feature.
Is it planned for Meter
as well?
I am currently "hacking" this in for lamb.
Great idea! I'll base the Meter
fill logic on that, too.
Alright, LGTM!
Allows for values, as well as lenses to be passed into the Graph, Grid, Meter and Oscilloscope.
This pull request introduces the
RangeModifiers
trait. The trait allows for the respective views to have their ranges and scalings bound to a lens, or set to a value. It is implemented for:Also, this PR fixes some annoyances when updating the ranges of certain views.
UnitRuler
hides values that are out of scope, instead of clamping them