@reyalp I currently toggle the CHDK grid display in my script via this
set_config_value(2140,1-get_config_value(2140,0))
When I exit the script the toggle is clearly working.
If the grid is off and I toggle it on in the script, the grid appears.
If it is on and I try and toggle it off, the grid remains, but on exit it clearly has been toggled off.
It looks like the set_config isn't refreshing the screen.
Is there someone I could do to ensure that toggling the grid does truly swtich it off, ie not display it?
Cheers
Garry