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 · 0 comments
Open

display frozen/unresponsive #177

olivluca opened this issue Jun 24, 2024 · 0 comments

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.

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

1 participant