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

display frozen/unresponsive #177

Open
olivluca opened this issue Jun 24, 2024 · 2 comments
Open

display frozen/unresponsive #177

olivluca opened this issue Jun 24, 2024 · 2 comments
Assignees
Labels
question Further information is requested

Comments

@olivluca
Copy link

This is more a question than a bug report, anyway, it happened to me twice that the display froze and was completely unresponsive.
It's difficult to debug because I don't have a serial port attached and it happens very seldom (twice in a month).
The first time it happened, I added a watchdog to restart the esp32.
I'm quite sure that the esp32 restarted at least once due to the watchdog, however yesterday the screen froze but the watchdog didn't trigger, so I think that either the main loop was still running (so the frozen display is a bug somewhere in the library) or there is an hardware problem.
The board is an esp32-2432S028R.
I'm not 100% sure, but the problem happens after this line (i.e. after an inactivity timeout the brightness is set to 0 and I show a dummy screen to avoid registering clicks on the now invisible objects, when there is new activity that line switches to the main screen). Both time I saw the problem the screen was off, I tapped on it, it showed the main screen then froze.

@rzeldent
Copy link
Owner

rzeldent commented Sep 8, 2024

I suggest to enable LVGL logging and save the logging... Maybe this will help to pinpoint the issue...

@rzeldent rzeldent self-assigned this Sep 8, 2024
@rzeldent rzeldent added the question Further information is requested label Sep 8, 2024
@olivluca
Copy link
Author

olivluca commented Sep 8, 2024

Thank you, I have no idea how to do that and it if it's even possible without serial 😉
Maybe I should upgrade the library first (when I reported this your repo was using lvgl 8.3.9).
BTW, it didn't happen since last time.

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

No branches or pull requests

2 participants