InfiniTimeOrg / InfiniTime

Firmware for Pinetime smartwatch written in C++ and based on FreeRTOS
GNU General Public License v3.0
2.71k stars 926 forks source link

Option to disable seconds in Terminal watchface to conserve battery #1071

Closed ajack2001my closed 2 years ago

ajack2001my commented 2 years ago

Verification

Pitch us your idea!

Remove seconds in Terminal watchface

Description

As a Pebble user, was thought that high refresh rates to screen eats up battery faster than a low refresh rate to screen. Could the dev of the new Terminal watchface please give users the option to not display the seconds thus extending battery.

If it is not the case with PineTime and doesn't affect battery life, please delete this feature request.

Avamander commented 2 years ago

It probably has a very minor impact, but definitely not something as high as Pebbles. Mostly because the screen is not always on, and if it is, the backlight is most of the consumption.

Having the ability to disable it though, trivial but user-preference, so up for debate.

JF002 commented 2 years ago

I really don't think this feature would have any measurable impact on the battery life : refreshing the seconds display happens only once a second (which is an eternity in computer time) only when the display is ON and when the terminal watchface is enabled. I consider this as an artistic choice from the author, so, unless I'm wrong about the power usage, I guess we can close this feature request.