Skip to content

Commit

Permalink
Add roman readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zyphlar committed Jan 18, 2024
1 parent d8c3624 commit b6ae301
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b6ae301

Please sign in to comment.