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

[BUG]: The display timer will fail to turn off (hide) the display if updateTimer is called too infrequently (< 1kHz). #292

Open
ddevries6161 opened this issue Jan 5, 2025 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@ddevries6161
Copy link

What happened?

The display timer will fail to turn off (hide) the display if updateTimer is called too infrequently (< 1kHz). This is because in MenuRenderer.h, the updateTimer() function checks for an exact millisecond match of the current time to the timeout time. If a call to updateTimer() doesn't occur in that exact millisecond, the display will remain on.

Version

5.5.0

What environment are you seeing the problem in?

Arduino

Board type

ESP32-S3

Relevant log output

No response

@ddevries6161 ddevries6161 added the bug Something isn't working label Jan 5, 2025
@forntoh forntoh added the help wanted Extra attention is needed label Jan 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants