Releases: Zipher04/SimpleWatchFace
Releases · Zipher04/SimpleWatchFace
v1.2 release
UI:
-
Change font of date layer from LECO_20_BOLD_NUMBERS to ROBOTO_CONDENSED_21. Due to 5 and 6 is too similar in LECO_20_BOLD_NUMBERS.
-
Change the color of battery ring when charging from GColorJaegerGreen to GColorBrightGreen. Due to the original color is too similar the the color of step ring.
Development:
- When macro DEBUG_LAYOUT is enabled the date change to show digits 0-9 for testing.
v1.1
UI:
- Increase the battery ring size from 1px to 2px. For better visibility.
- Change the date font from GOTHIC_24_BOLD to LECO_20_BOLD_NUMBERS and adjust the text position.
The number 6 and 8 is too similar in GOTHIC_24_BOLD.
Development:
- Add macro DEBUG_LAYOUT to show dummy data for step and weather. De-comment the define to enable.
v1.0
A simpe watch face modified from the default Kickstart watchface came with pebble time.
The added inforinformation are:
- ISO datetime.
- Weekday
- Step
- Current weather data from OpenWeatherMap. Get free API key from link and input it into Config page. When no key is configured, the weather function would be disabled.
- Outermost ring for battery percentage. Yellow when not charging; green when charging.
- Inner ring for step percentage compared with daily average for each hour. (Original Kickstart watchface function)
- Hourly vibration. A double pulse for each hour. Quiet time can be set from the Config page. The default is 22 to 8 o`clock. The quiet time include the start and exclude the end. To disable quiet time set the start and end time to the same.