-
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
67 add advanced interval shutter release #73
Conversation
Also add random test code to demo what it looks like.
Whilst here, fix a major bug in our M5ez button display code. This was causing a crash at certain times.
Refactor the interval code to its own files.
@matthudsonau I think this is ready to be tested. Changes since the discussion in the issue:
Intervalometer settings are only in the 'Interval' menu after connecting, for now. |
The change is kinda large because I refactored things out and needed to clean up the mess. |
Looks good at first glance, ran through a few different combinations and seemed to work fine. Only potential issue is a flickering display when the intervalometer is running, but I'll see if I can track down the cause of that |
Only redraw the lines if they change and msgBox has been asked to avoid a full clear/redraw.
Intervalometer settings can now be configured in both 'Settings' and the 'Interval' menu.
With d2c0efb the intervalometer configuration now appears in both the 'Interval' and 'Settings' menus. |
Add the following: