diff --git a/README.md b/README.md index 9827cd3..15c9bf7 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,15 @@ # Watchy Watch Face, cleaned up codebase +![](screenshots/screenshot1.webp) ![](screenshots/screenshot2.webp) + ## 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 -- No menu, manual syncing, or any user interaction yet \ No newline at end of file +- 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 \ No newline at end of file diff --git a/screenshots/screenshot1.webp b/screenshots/screenshot1.webp new file mode 100644 index 0000000..ab26cb5 Binary files /dev/null and b/screenshots/screenshot1.webp differ diff --git a/screenshots/screenshot2.webp b/screenshots/screenshot2.webp new file mode 100644 index 0000000..37bcd35 Binary files /dev/null and b/screenshots/screenshot2.webp differ