This commit is contained in:
parent
d318322ae5
commit
7bbcbc7cb4
3 changed files with 8 additions and 1 deletions
|
@ -1,9 +1,16 @@
|
||||||
# Watchy Watch Face, cleaned up codebase
|
# Watchy Watch Face, cleaned up codebase
|
||||||
|
|
||||||
|
:---------------------------------:|:------------------------------------:
|
||||||
|
![](screenshots/screenshot1.webp) | ![](screenshots/screenshot2.webp)
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
- Cleaned up display library
|
- Cleaned up display library
|
||||||
- Cleaned up RTC library, stores time in UTC, pass an offset when reading time
|
- Cleaned up RTC library, stores time in UTC, pass an offset when reading time
|
||||||
- Non font-based 7 segment display
|
- Non font-based 7 segment display
|
||||||
- Removed wifimanager, hardcoded SSID / password in config.h
|
- Removed wifimanager, hardcoded SSID / password in config.h
|
||||||
- NTP sync on initial boot
|
- NTP sync on initial boot
|
||||||
- No menu, manual syncing, or any user interaction yet
|
- 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
|
BIN
screenshots/screenshot1.webp
Normal file
BIN
screenshots/screenshot1.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 31 KiB |
BIN
screenshots/screenshot2.webp
Normal file
BIN
screenshots/screenshot2.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 48 KiB |
Loading…
Reference in a new issue