Sergei
SendToIntercom(0x6D, 1, burst_int);
I think the only way to access viewfinder lcd is through MPU. SendToIntercom is only function I could find which talks to MPU. Would be nice to find a ram address which corresponds to viewfinder lcd.
I believe there will be NO ram address for this...
that's why i asked for it ...
and you are right about the MPU...
Alex found something about the communication, it seems to be done via ISRs (interrupt service routine) SIO3 and MREQ...
though there is some protocol which needs to be reversed, if we catch this ISRs it could be possible to proxy them and change some stuff in the communication, or even talk to MPU with our code ... but it seems there is a lot of work to be done there ....
In that matter of speaking, i think that tracing the SendToIntercom will NOT lead to anything useful for controlling the MPU in low level, though it could lead to some more commands which can be used.
p.s.
perhaps Alex could explain better what he found π