-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
26 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Instinct 2s Better battery Watchface | ||
|
||
This is a battery optimized watchface for instinct 2s. It does all of the layout positioning hardcoded to save battery life. | ||
I get about 4% consumption per day with this, which is about 10% better than the stock watchfaces. | ||
|
||
I daily drive this watch face and haven't seen any crashes in a long time. | ||
|
||
![](screenshots/ss1.png) ![](screenshots/rain.png) | ||
|
||
# Features | ||
|
||
1. Live heart-rate. Bottom right corner of the watchface features a live heart rate count. This is updated partially even when the watchface is active to save battery. | ||
All other parts of the watch face is only drawn once a minute. | ||
2. Heart-rate graph. Goes back 100 mins and adjusts height as indicated by the left side arm. If the HR data is concentrated on higher or lower end of the spectrum, the graph will adjust to show most granularity. Updates once a minute. | ||
3. Weather, steps, date. Drawn once a minute right above the live HR and the HR graph. | ||
4. Time. No seconds to save battery. | ||
5. 3 timezone hours. Only show hour for different timezones since minutes are the same. Zones are set to, UTC+9, UTC, and UTC+3. These are hardcoded to save battery. | ||
6. Saliency area: Changes what's displayed based on circumstances. | ||
* Picture above is showing sunset. Sunset and sunrise times are cached until the next event to save battery. | ||
* If rain is coming this will show a precipitation forecast. Cached 30 mins to save battery. | ||
* If battery is low, it will show battery percentage. | ||
* If freezing it will show a freezing alert. | ||
|
||
![](screenshots/full.png) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters