Currently the code uses a LOT of global variables and the main parts are all in main.c or function.c or lcd.c which makes it harder to merge code from other people than if everything was in an individual module / function with local variable.
The current version of the code that I have released doesn’t work properly for much else then single-shot capture (I still need to revert the changes and then merge them in to fix this issue.
One feature that I think will be really nice to have is autoscale (for anyone that hasn’t used a scope with it before - its a button that does almost everything (changes the time base / vols /div and trigger))