Quote:
Originally Posted by alanine
GTK+ alone doesn't do screen refreshes for the e-ink screen.
Have a look at liberdm/erdm.h, link liberdm and use dmDisplay(...) to refresh screen.
You may want to study ipdf source as an example in detail.
|
Thanks for this. I've now got displaying working OK. Next thing is to figure out how to detect the hardware buttons, and how to hide the toolbar along the bottom.
Hopefully the ipdf source will help for that.
Thanks!
Robin