WIP: Draft: Snow: a snowflake clock #43

Draft
avernois wants to merge 18 commits from snow into main
avernois commented 2020-07-31 15:07:17 +00:00 (Migrated from gitlab.com)
No description provided.
avernois commented 2020-07-31 15:07:29 +00:00 (Migrated from gitlab.com)

marked as a Work In Progress

marked as a **Work In Progress**
avernois commented 2020-12-02 23:08:38 +00:00 (Migrated from gitlab.com)

added 69 commits

  • 8cfaa112...292ab6a6 - 40 commits from branch main
  • 08fa0ad8 - BaseClock: time representation are now defined inside a specific frame
  • d2b2dbcb - 4_leds: refactor as a ClockFace
  • 8ff6bef5 - square: refactor as a ClockFace
  • 70ab1500 - linear: refactor as a ClockFace
  • ac58c8bf - acrylic wordclock: refactor as a ClockFace
  • ca395ab4 - gouge: refactor as a ClockFace
  • c8f8d3a6 - triangle: refactor as a ClockFace
  • 8c5f30ac - round: refactor as a ClockFace
  • 307f4d9c - BaseClock: POST /display to display anything on the display
  • 4a3e7363 - wip: start separation of specific display and generic display (with the queue)
  • beda8717 - Frame is now a template
  • 5245979c - specialize frame for ledStripFrame
  • 35dde95c - Finally remove nb leds from the queue \o/
  • 5332b51e - wip: a snowflake clock
  • caa66d3d - wip
  • 84718f98 - wip
  • b5567ad5 - wip
  • fdbd8951 - wip
  • 199cab69 - wip: snow: arduino
  • 23b01cf0 - wip: snow: arduino
  • 0155f82e - wip: snow: add another layer
  • f77a1cf1 - wip:svg
  • d513556d - wip
  • 608a9d1e - wip: snow: lower blue color
  • ad3fb885 - ZoneOffset: a library to manage timezone offset transition
  • 3d944117 - wip: snow: arduino: use ZoneOffset library
  • 631cb747 - wip: snow:
  • 52ce210c - wip: snow: inside hole is now round
  • df53da1c - snowflake: implement as ClockFace

Compare with previous version

added 69 commits <ul><li>8cfaa112...292ab6a6 - 40 commits from branch <code>main</code></li><li>08fa0ad8 - BaseClock: time representation are now defined inside a specific frame</li><li>d2b2dbcb - 4_leds: refactor as a ClockFace</li><li>8ff6bef5 - square: refactor as a ClockFace</li><li>70ab1500 - linear: refactor as a ClockFace</li><li>ac58c8bf - acrylic wordclock: refactor as a ClockFace</li><li>ca395ab4 - gouge: refactor as a ClockFace</li><li>c8f8d3a6 - triangle: refactor as a ClockFace</li><li>8c5f30ac - round: refactor as a ClockFace</li><li>307f4d9c - BaseClock: POST /display to display anything on the display</li><li>4a3e7363 - wip: start separation of specific display and generic display (with the queue)</li><li>beda8717 - Frame is now a template</li><li>5245979c - specialize frame for ledStripFrame</li><li>35dde95c - Finally remove nb leds from the queue \o/</li><li>5332b51e - wip: a snowflake clock</li><li>caa66d3d - wip</li><li>84718f98 - wip</li><li>b5567ad5 - wip</li><li>fdbd8951 - wip</li><li>199cab69 - wip: snow: arduino</li><li>23b01cf0 - wip: snow: arduino</li><li>0155f82e - wip: snow: add another layer</li><li>f77a1cf1 - wip:svg</li><li>d513556d - wip</li><li>608a9d1e - wip: snow: lower blue color</li><li>ad3fb885 - ZoneOffset: a library to manage timezone offset transition</li><li>3d944117 - wip: snow: arduino: use ZoneOffset library</li><li>631cb747 - wip: snow:</li><li>52ce210c - wip: snow: inside hole is now round</li><li>df53da1c - snowflake: implement as ClockFace</li></ul> [Compare with previous version](/avernois/clocks/-/merge_requests/22/diffs?diff_id=128521990&start_sha=8cfaa1122b6cba9f9bd482e2053e7c9b9bf8f3a3)
avernois commented 2021-12-01 20:43:11 +00:00 (Migrated from gitlab.com)

added 48 commits

  • df53da1c...7143789a - 32 commits from branch main
  • bbf446b0 - wip: a snowflake clock
  • c405efa4 - wip
  • 33a8d6cd - wip
  • 00990919 - wip
  • e0188fc0 - wip
  • 2ece9c49 - wip: snow: arduino
  • 4ac46135 - wip: snow: arduino
  • bd52917d - wip: snow: add another layer
  • 00c44d4b - wip:svg
  • bccf8615 - wip
  • 9e729d94 - wip: snow: lower blue color
  • ef44831b - wip: snow: arduino: use ZoneOffset library
  • f1c6ad9b - wip: snow:
  • 6caad4a7 - wip: snow: inside hole is now round
  • 0c794a67 - snow: use of BaseClock
  • b7da377e - snow: upgrade code to last BaseClock

Compare with previous version

added 48 commits <ul><li>df53da1c...7143789a - 32 commits from branch <code>main</code></li><li>bbf446b0 - wip: a snowflake clock</li><li>c405efa4 - wip</li><li>33a8d6cd - wip</li><li>00990919 - wip</li><li>e0188fc0 - wip</li><li>2ece9c49 - wip: snow: arduino</li><li>4ac46135 - wip: snow: arduino</li><li>bd52917d - wip: snow: add another layer</li><li>00c44d4b - wip:svg</li><li>bccf8615 - wip</li><li>9e729d94 - wip: snow: lower blue color</li><li>ef44831b - wip: snow: arduino: use ZoneOffset library</li><li>f1c6ad9b - wip: snow:</li><li>6caad4a7 - wip: snow: inside hole is now round</li><li>0c794a67 - snow: use of BaseClock</li><li>b7da377e - snow: upgrade code to last BaseClock</li></ul> [Compare with previous version](/avernois/clocks/-/merge_requests/22/diffs?diff_id=288603614&start_sha=df53da1c0ca9401cafee8786b59ba3b9a9128170)
avernois commented 2021-12-15 19:44:07 +00:00 (Migrated from gitlab.com)

added 18 commits

Compare with previous version

added 18 commits <ul><li>dec400f1 - 1 commit from branch <code>main</code></li><li>70422919 - wip: a snowflake clock</li><li>bdeddb5d - wip</li><li>7ed94af7 - wip</li><li>ab97db84 - wip</li><li>bc973977 - wip</li><li>7427b4e7 - wip: snow: arduino</li><li>ba578f6a - wip: snow: arduino</li><li>6bff21f5 - wip: snow: add another layer</li><li>714c873d - wip:svg</li><li>9243b0d9 - wip</li><li>96f637d7 - wip: snow: lower blue color</li><li>5f01a803 - wip: snow: arduino: use ZoneOffset library</li><li>b8ab59e9 - wip: snow:</li><li>0443ec9f - wip: snow: inside hole is now round</li><li>1f5eb080 - snow: use of BaseClock</li><li>c37d89f9 - snow: upgrade code to last BaseClock</li><li>104f7cb1 - espressig@2.6.3</li></ul> [Compare with previous version](/avernois/clocks/-/merge_requests/22/diffs?diff_id=296990158&start_sha=b7da377eb77cbbec111f7832b92d2a7a771b37fa)
avernois commented 2022-01-04 21:13:23 +00:00 (Migrated from gitlab.com)

added 1 commit

Compare with previous version

added 1 commit <ul><li>713dbb4c - snow: reduce brightness</li></ul> [Compare with previous version](/avernois/clocks/-/merge_requests/22/diffs?diff_id=305726610&start_sha=104f7cb17e9721a330fc31a6834f2f781b6788fa)
This pull request is marked as a work in progress.
This branch is out-of-date with the base branch
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin snow:snow
git switch snow

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff snow
git switch snow
git rebase main
git switch main
git merge --ff-only snow
git switch snow
git rebase main
git switch main
git merge --no-ff snow
git switch main
git merge --squash snow
git switch main
git merge --ff-only snow
git switch main
git merge snow
git push origin main
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
avernois/clocks!43
No description provided.