inky icon indicating copy to clipboard operation
inky copied to clipboard

Implement a post-push signal that can be requested by callers of `set_pixels`

Open nyaray opened this issue 5 years ago • 2 comments

If SOME OPTION is set in calls to set_pixels, Inky could send a message to those that set it when a push to the display is finally made.

This might help with (among other things) rate limiting, for example, a Scenic driver.

nyaray avatar Jun 24 '19 09:06 nyaray

Don't we have a basically synchronous call? So we can actually just make the driver renderer wait until Inky is good and ready before it does anything else?

lawik avatar Jun 26 '19 05:06 lawik

It would allow the driver to work while the display renders.

(I know this is kind of a BS feature, just wrote it down for fun, hehe)

nyaray avatar Jun 26 '19 06:06 nyaray