ardura / Scrollscope

A simple scrolling oscilloscope in rust
91 stars 3 forks source link

Waveforms are tiny after latest updates #17

Closed crshrprt closed 9 months ago

crshrprt commented 9 months ago

After latest commits, presumably after #16 waveforms have become really tiny, regardless of the settings (ms, skip, etc):

2024-02-16_13 04 41 948

ardura commented 9 months ago

Deleted my comment because I compared the last release binary to this one running the same inputs and they're different. Still looking at this

ardura commented 9 months ago

Hey crshrpt this should be fixed now. Looks like some of the jank I did to get the aux inputs working right didn't evaluate the modulus right when compared to the regular input signal when the skip value changed. That's fixed now :) here is opening with default settings image