meshtastic / firmware

Meshtastic device firmware
https://meshtastic.org
GNU General Public License v3.0
3k stars 715 forks source link

Screen changes from time deltas to timestamps after 15 minutes #3935

Closed todd-herbert closed 1 month ago

todd-herbert commented 1 month ago

Changes the time deltas to timestamps in some situations, for E-Ink displays. extended to all displays

Conditions:

Impact:


Allows users to disable the E-Ink screensaver, by setting screen timeout to zero. If disabled, a cautionary message is printed to the on-screen log buffer at startup.

caveman99 commented 1 month ago

Looking good to me. One point: is it useful to implement alternating behaviour for eInk only? i like the 15 minute cutoff for the time display, why not just enable it for all displays?

todd-herbert commented 1 month ago

Can certainly enable it everywhere if you think it's useful. It was just me trying to tread lightly!

todd-herbert commented 1 month ago

Just making minor adjustments