Hi,
I am playing a little with writing in C for the Kindle PW (using gtk).
It works generally fine, but I cannot find a way to do a full e-ink refresh.
I dug a little in the obfuscated class files for kindlets (KRepaintManager) and I found that it calls setSensitivity in KindleFrameFactory before and after repaint, but there I got stuck. It calls setWindowParameter with some parameter "S", but I have no idea what that does (I was not able to decompile parseWindowParams).
Of course I can just open the frame buffer and do it like I would on my old K3, but surely there has to be a better way?
I am playing a little with writing in C for the Kindle PW (using gtk).
It works generally fine, but I cannot find a way to do a full e-ink refresh.
I dug a little in the obfuscated class files for kindlets (KRepaintManager) and I found that it calls setSensitivity in KindleFrameFactory before and after repaint, but there I got stuck. It calls setWindowParameter with some parameter "S", but I have no idea what that does (I was not able to decompile parseWindowParams).
Of course I can just open the frame buffer and do it like I would on my old K3, but surely there has to be a better way?