No description
Find a file
leblane 0ca946b897
All checks were successful
Compile / Compile (push) Successful in 1m27s
Merge branch 'main' of git.demoscene.dev:leblane/WatchyWatchFace
2023-06-03 00:40:16 +03:00
.forgejo/workflows Add stub secrets to allow compile on CI 2023-06-01 03:12:31 +03:00
include Initial commit 2023-05-29 13:03:05 +03:00
lib Add date/day to clock, proportional fonts 2023-06-01 18:16:20 +03:00
screenshots Updated readme, added sceenshots 2023-06-02 23:29:41 +03:00
src Wind speed shouldn't be rounded 2023-06-03 00:39:49 +03:00
test Initial commit 2023-05-29 13:03:05 +03:00
.gitignore WIP refactoring 2023-06-01 03:07:52 +03:00
platformio.ini Use newline geolocation api. make geolocation optional. 2023-06-02 00:04:53 +03:00
README.md Change readme bit about config.h to be secrets.h 2023-06-02 22:35:40 +02:00

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 secrets.h
  • NTP sync on initial boot
  • 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