Quote:
Originally Posted by Antartica
How about:
EpdCancel(sEpd *Epd); // Unlike EpdFlush(), canel timeouts but just discards any pending refresh
|
If I get your idea exactly, the basic idea is to disable auto refresh of xepdmgrclient temporarily for app to write to fbdev and then re-enable auto refresh. That should be a solution. Thanx.