Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
nyaray opened this issue Jun 24, 2019 · 2 comments
Labels
enhancement New feature or request paused On hold question Further information is requested

Comments

@nyaray
Copy link
Collaborator

nyaray commented Jun 24, 2019

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 nyaray added enhancement New feature or request question Further information is requested paused On hold labels Jun 24, 2019
@lawik
Copy link
Collaborator

lawik commented Jun 26, 2019

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?

@nyaray
Copy link
Collaborator Author

nyaray commented Jun 26, 2019

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request paused On hold question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants