1 Commits

Author SHA1 Message Date
b6ae30166b Add roman readme 2024-01-18 14:32:25 -08:00
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)