Simplog
· vv0.1.20
About
Simple analog watch face, including
- seconds hand (only if not in sleep mode)
- Weekday/day of month
- Battery status
- Bluetooth (phone connected) status
- Number of notifications
- Altitude/elevation
- Heartrate
- Alarm clock notification
- Sunrise/-set for latest saved location (beta testing; modified after https://en.wikipedia.org/wiki/Sunrise_equation)
Most informations are printed above the watch hands, so they are readable all the time. The battery status is indicated by the color of the watch midpoint (white 100-80%; 80-50% blue; 50-20% green; 20-10% yellow; 10-5% orange; 5-0% red).
Note, that watch faces are updated once a minute, therefore also the datafilelds are updated once a minute (if anyone knows how to update the altitude/heartrate more frequently, please let me know). I will not add a seconds hand, since I do not need it.
Submit your issue via github, please: https://github.com/joergsteinkamp/Simplog
TODO next:
- For the Fenix watches I will remove the minute ticks, since they are on the watch anyhow.
- Maybe I will include the movebar and the steps goal as arcs where the ticks currently are.
- Make the colors and datafields customizable via the connect app.
What's new
Version 0.1.20:
Switched from Toybox.Activity to Toybox.Position to retrieve the current location
Version 0.1.19:
update for recent SDK; granted position permission
Version 0.1.18:
added a seconds hand if the device isn't in low battery mode (please report, if the watchFace uses too much battery, then I will remove it again)
Version 01.17:
sunris/-set: corrected check for negative altitude
Version 0.1.15:
Updated internal function calls
Negative altitude in sunrise/-set calculation is set to zero
Version 0.1.14:
Added some more devices on user request, which have no wrist HR sensor. Sadly I didn´t find a way how to access the chest strap HR sensor from the watch face:
- Forerunner 230/630/935
- vívoactive
- fenix 3
- tactix Bravo
- quatix
- fenix Chronos
- D2 Bravo
Version 0.1.12:
- Sunrise/-set for latest saved location (beta testing; feedback welcome)