Merge branch 'main' of git.demoscene.dev:leblane/WatchyWatchFace

This commit is contained in:
Lewis Jackson 2023-05-29 14:10:05 +03:00
commit efcb292998

9
README.md Normal file
View file

@ -0,0 +1,9 @@
# Watchy Watch Face, cleaned up codebase
## 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