diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 44687bf1..af48bf49 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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, wb/fuzzy-everything-wolf, wb/smellthis ] + branches: [ main, 'wb/*' ] paths-ignore: - 'doc/**' - '**.md' diff --git a/README.md b/README.md index 8d612360..dc8dc2d7 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,16 @@ Fast open-source firmware for the [PineTime smartwatch](https://www.pine64.org/pinetime/) with many features, written in modern C++. +## Wadokei fork + +Based on [Sudrien's Watchy Wadokei](https://github.com/Sudrien/watchy_wadokei) -- +displays an Edo-period Japanese clock face and a sunrise/sunset-based hour hand. + +Also chimes hours according to the number on the face (9,8,7,6,5,4) at the top +of each modern hour (so noon and 1pm will be 9 chimes, 2pm and 3pm will be 8, etc). + +See https://github.com/Sudrien/watchy_wadokei/blob/main/Reckoning.md for more ideas! + ## New to InfiniTime? - [Getting started with InfiniTime](doc/gettingStarted/gettingStarted-1.0.md) diff --git a/src/displayapp/DisplayApp.cpp b/src/displayapp/DisplayApp.cpp index 55536cdc..b425a35e 100644 --- a/src/displayapp/DisplayApp.cpp +++ b/src/displayapp/DisplayApp.cpp @@ -412,8 +412,8 @@ void DisplayApp::Refresh() { for (uint8_t i=0; i