-
Notifications
You must be signed in to change notification settings - Fork 41
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
Screen is not cleared before nor after the image is shown #16
Comments
you should try this snippet of code to see whether it can clear the screen.
|
Thanks, that helped to nail it down: My problem comes from a simple use-case: Slideshow |
As a workaround I can do Before spending time in creating a patch, I want some feedback if this is the way to go:
What do you think? |
I think the second one is a better option |
I'm using fbv on my Raspberry Pi using a system build with buildroot. However, the screen is not cleared before nor after showing the image.
As the package in the official buildroot repo still uses the old sources from http://s-tech.elsat.net.pl/fbv, I gave this newer version a try an compiled it. But the outcome is the same: the screen is not cleared, although the documentation of the parameter "--dontclear" makes me expecting that the screen should be cleared if this parameter is not set.
My additional observations are, that "--widthonly" and "--heightonly" don't have any effect. This features were my initial reason to switch to this version :-)
Any suggestions how I can investigate deeper would be highly appreciated, as I don't know how to continue.
The text was updated successfully, but these errors were encountered: