76
Feature Requests / Reset Exposure Compensation to 0 on shutdown
« on: December 04, 2016, 10:48:02 AM »
PR already here: https://bitbucket.org/hudson/magic-lantern/pull-requests/779/add-switch-to-reset-exposure-compensation/diff
A fix for https://bitbucket.org/hudson/magic-lantern/issues/2448/exposure-compensation-display-is-slow somewhat, as at least on (my) EOS M, I find the wheel a pain to use to get EC right (also this does not help https://bitbucket.org/hudson/magic-lantern/issues/2257/selected-wheel-setting-marked ), so having it reset to zero on restart helps me and my shooting style.
Hope it's useful for others too.
Some points that might be up to debate:
* it's ok as CONFIG_INT( hey, it does not error out on compile like this
) instead of static CONFIG_INT?
* is the position in the menu at Prefs/Misc key ok?
* is this working as I think on all cameras?
Thanks
A fix for https://bitbucket.org/hudson/magic-lantern/issues/2448/exposure-compensation-display-is-slow somewhat, as at least on (my) EOS M, I find the wheel a pain to use to get EC right (also this does not help https://bitbucket.org/hudson/magic-lantern/issues/2257/selected-wheel-setting-marked ), so having it reset to zero on restart helps me and my shooting style.
Hope it's useful for others too.
Some points that might be up to debate:
* it's ok as CONFIG_INT( hey, it does not error out on compile like this

* is the position in the menu at Prefs/Misc key ok?
* is this working as I think on all cameras?
Thanks