Add roman readme

This commit is contained in:
Will Bradley 2024-01-18 14:31:47 -08:00
parent d8c3624f6f
commit b6ae30166b
Signed by: will
GPG Key ID: 1159B930701263F3
2 changed files with 10 additions and 1 deletions

View File

@ -3,7 +3,7 @@ name: CI
# Run this workflow whenever the build may be affected
on:
push:
branches: [ main, wb/fuzzy, wb/fuzzy-norm, wb/fuzzy-analog ]
branches: [ main, 'wb/*' ]
paths-ignore:
- 'doc/**'
- '**.md'

View File

@ -4,6 +4,15 @@
Fast open-source firmware for the [PineTime smartwatch](https://www.pine64.org/pinetime/) with many features, written in modern C++.
## Roman Time
This branch contains a sundial that tries to approximate a Roman sundial
as if it was mounted on a south-facing wall (i.e. rotates counterclockwise).
It's activated by selecting the Analog face and Fuzzy time format.
Based on (Sudrien's Roman watch face)[https://github.com/Sudrien/watchy_romantime]
## New to InfiniTime?
- [Getting started with InfiniTime](doc/gettingStarted/gettingStarted-1.0.md)