issue (trunk4175):
get_prop(props.DISPLAY_MODE) does not seem to work
discovered:
Canon Reset All re-enables the auto LCD off. In attempting this workround of that
http://chdk.setepontos.com/index.php?topic=11038.msg108087#msg108087 - rather than just wait 10 secs, I included this check so a subsequent key press would re-enable the earlier call to LockMainPower
repeat
sleep(1000)
until get_prop(props.DISPLAY_MODE) == 2 --i.e. off
however, result was that the loop continued when lcd turned off.
A propcase compare dump, from 0 to 300, between lcd off & on reports only the not very useful:
prop off on
1st run diff 273 921 912
2nd run diff 273 915 920
Is there another possible way to identify this or does it likely not exist?
Info:
Tested in record, M
In trunk4175 platform_camera.h, #define CAM_PROPSET -> 4
In propset4.h, #define PROPCASE_DISPLAY_MODE -> 105
Reset All & propcase discovery script used attached