Add roman readme
This commit is contained in:
parent
d8c3624f6f
commit
b6ae30166b
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -3,7 +3,7 @@ name: CI
|
||||||
# Run this workflow whenever the build may be affected
|
# Run this workflow whenever the build may be affected
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main, wb/fuzzy, wb/fuzzy-norm, wb/fuzzy-analog ]
|
branches: [ main, 'wb/*' ]
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'doc/**'
|
- 'doc/**'
|
||||||
- '**.md'
|
- '**.md'
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
Fast open-source firmware for the [PineTime smartwatch](https://www.pine64.org/pinetime/) with many features, written in modern C++.
|
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?
|
## New to InfiniTime?
|
||||||
|
|
||||||
- [Getting started with InfiniTime](doc/gettingStarted/gettingStarted-1.0.md)
|
- [Getting started with InfiniTime](doc/gettingStarted/gettingStarted-1.0.md)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user