new: if ui.fps is set to 0, the display will only be updated for major data changes

This commit is contained in:
Simone Margaritelli
2019-10-03 12:50:55 +02:00
parent 06df5e70cf
commit 7813138063
4 changed files with 47 additions and 15 deletions

View File

@@ -91,7 +91,10 @@ personality:
# ui configuration
ui:
# ePaper display can update every 3 secs anyway
# ePaper display can update every 3 secs anyway, set to 0 to only refresh for major data changes
# IMPORTANT: The lifespan of an eINK display depends on the cumulative amount of refreshes. If you want to
# preserve your display over time, you should set this value to 0.0 so that the display will be refreshed only
# if any of the important data fields changed (the uptime and blinking cursor won't trigger a refresh).
fps: 0.3
display:
enabled: true