WatchyWatchFace/README.md

15 lines
683 B
Markdown
Raw Normal View History

2023-05-29 13:50:39 +03:00
# Watchy Watch Face, cleaned up codebase
![](screenshots/screenshot1.webp) ![](screenshots/screenshot2.webp)
2023-06-02 23:26:05 +03:00
2023-05-29 13:50:39 +03:00
## Features
- Cleaned up display library
- Cleaned up RTC library, stores time in UTC, pass an offset when reading time
- Non font-based 7 segment display
- Removed wifimanager, hardcoded SSID / password in config.h
- NTP sync on initial boot
2023-06-02 23:26:05 +03:00
- New, more flexible, much more easily edited menu system
- Multiple pages, currently has main clock and weather pages
- Weather page uses wttr.in API, and optional geolocation using ip-api.com
- Sunrise / sunset times, moon phase display
- Refactored a bunch of stuff into WatchFeatures instead of being part of the Watchy class