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

Runs fine for a while on a 3.2 Waveshare model, but after about 2 mins, the screen goes white. I understand the library isnt exactly maintained. But any help is appriciated #326

Open
shubhanshudixit opened this issue Apr 27, 2024 · 1 comment

Comments

@shubhanshudixit
Copy link

No description provided.

@anmolss111
Copy link

I have been looking at this library recently and running things using a pi zero 2.
The backlight off flag if enabled it switches the backlight off as well if the reset pin is provided.. this can help in power consumption if you put it in to a battery.
DGPIO_TFT_BACKLIGHT

TurnDisplayOff();

I think the turn off display is called from there.

It works if there is constant input to the screen but blanks.. if we put a demon thread to observe it with input and usage you can restart fbcp on action.

Thinking of reading through the code it has so many possibilities this thing can go.

  • This framebuffer can be forwared using RPC or socket to have streaming. I think the DMA control does this with wire transfer but not sure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants