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

Drawing Frequency #6

Open
pzl opened this issue Nov 16, 2014 · 1 comment
Open

Drawing Frequency #6

pzl opened this issue Nov 16, 2014 · 1 comment
Labels
Milestone

Comments

@pzl
Copy link
Owner

pzl commented Nov 16, 2014

Currently redrawing on-demand -- when a module has new things to be drawn, it happens as soon as it's received. This is great for very infrequent updates, there is no need to keep redrawing the screen when nothing changes. But this is not-so-great for quickly updating things.

Should there be a draw loop? Should any module updates be queued for the next draw loop to sweep through?

@pzl
Copy link
Owner Author

pzl commented Nov 16, 2014

Note that dispman on the Pi gives:

VCHPRE_ int VCHPOST_ vc_dispmanx_vsync_callback( DISPMANX_DISPLAY_HANDLE_T display, DISPMANX_CALLBACK_FUNC_T cb_func, void *cb_arg );

@pzl pzl added the question label Nov 16, 2014
@pzl pzl added this to the 0.5 milestone Nov 16, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant