evilsocket / evilsocket/pwnagotchi
Reduce screen refresh rate
Open
enhancement
- Dominant language
- Python
- Stars
- 9.2k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
**Is your feature request related to a problem? Please describe.**
With `ui.fps = 0` the screen supposed to refresh only when there're changes.
However, it still refreshes quite often, which may reduce a lifetime of a screen.
**Describe the solution you'd like**
I suspect uptime counter is the problem, as it may force screen to refresh on seconds change.
If there is an option to disable it - it may reduce refresh rate.
Contributor guide
Assessment
This issue has not been assessed yet.