https://github.com/headblockhead/arbor-watchy
A face for a Watchy watch. Displays my school time table using Arbor.
https://github.com/headblockhead/arbor-watchy
watchy watchy-faces
Last synced: over 1 year ago
JSON representation
A face for a Watchy watch. Displays my school time table using Arbor.
- Host: GitHub
- URL: https://github.com/headblockhead/arbor-watchy
- Owner: headblockhead
- Created: 2023-04-25T17:44:14.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-13T23:29:03.000Z (almost 3 years ago)
- Last Synced: 2025-01-15T07:57:53.677Z (over 1 year ago)
- Topics: watchy, watchy-faces
- Language: C
- Homepage: https://watchy.sqfmi.com/
- Size: 328 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ArborWatchy
A custom Watchy face that displays an Arbor timetable.
## Tasks
### Upload
Builds and uploads to the attatched Watchy
```
pio run -t upload
```
### Test
Runs unit tests - currently nonexistant
```
pio test
```
### LSP
Generates files for the formatter.
```
pio project init --ide vim --board esp32dev
```