gusmanb / logicanalyzer

24 channel, 100Msps logic analyzer hardware and software
GNU General Public License v3.0
1.71k stars 210 forks source link

Ability to delete useless samples. #21

Closed X-Ryl669 closed 1 year ago

X-Ryl669 commented 1 year ago

In the logic analyser if would be very useful if we could select a time range where we don't care about the signal and hit delete to remove it. It way much easier than scrolling when event are far apart.

Also, can you increase the minimum zoom level (even with 200 samples in view, it's still too much zoomed IMHO, I'd like to see more signals)

Thanks!

gusmanb commented 1 year ago

I like the idea of deleting a range of unneeded samples, I will add this to the next development round :)

About the zoom, yes, I can increment it as much as we want but I'm worried about performance, one of the goals of the device is to have something very cheap that can work in machines that aren't very powerful and increasing the number of samples in screen in something like a raspberry 3 can make it to be so slow that you will need to kill the application. I will think something to warn the users before going beyond 200 samples in screen and will then update thee range up to 500 samples.

Cheers!

gusmanb commented 1 year ago

New release now includes the ability to delete samples, check the main page to know how to use it.

X-Ryl669 commented 1 year ago

Thanks!