hi, thanks for testing (now i only need barney to test the s3is build
)
yes, i want it to only be shown when raw enabled (otherwise just show freespace or nothing at all).
for this build i changed gui_bat.c and lib.c (the one for a620) in order to achieve camera-independent sourcecode (instead of making checks like if (cam=a620) then do xyz).
i dled latest version from trunk, will add my changes and the changed lib.c's (thanks to ewavr for the adresses!) soon, so more people can test this.
if tests (from non-a620 users) succeed i will improve functionality (e.g. not replacing battery symbol anymore). way to go
actually i'm thinking about writing a small tutorial on how i did this for other people to learn from and use it for own little "projects" like this. funny thing is, i always asked myself why there isnt a remaining-raw-counter already in chdk (after all this is a very useful feature) and then i thought: well, must be too difficult. as it turns out, i was wrong. with the help of the devs i managed to add my desired functionality to chdk. and if you read my sourcecode and the changed files you too have to notice that in the end it really was easy (except a few pitfalls
). thanks@all
i hope this will be added to the "official" trunk, as soon as QA is through with it