An open API service indexing awesome lists of open source software.

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.

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
```