Skip to content

Commit

Permalink
Merge branch 'diy-machines-version' of https://github.com/florianL21/…
Browse files Browse the repository at this point in the history
…LED-ClockShelf into diy-machines-version
  • Loading branch information
florianL21 committed Oct 29, 2020
2 parents b35b562 + e1d365e commit 9322489
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</p>

This is the software of a variation of the LED clock from [here.](https://www.instructables.com/id/How-to-Build-a-Giant-Hidden-Shelf-Edge-Clock/)
I have a seperate branch with a ready to use configuration which works on the original version of this clock out of the box [here](https://github.com/florianL21/LED-ClockShelf/tree/diy-machines-version)
This branch provides a configuration which can run on the original version out of the box.

I decided to code it completley from scratch at I wanted to use a ESP32 instead of the Arduino nano and RTC that is used in the original project.
This enables some cool features like smartphone app control, OTA updates and fetching of the time using the internet.
Expand Down Expand Up @@ -34,4 +34,4 @@ Files that are important for configuration (sorted by importance):
1. At the top of /include/Configuration.h -> Contains almost all important settings, like WIFI config, pin configurations etc.
2. /src/DisplayManager/DisplayConfiguration.cpp -> Configuration of which leds belong to which segments and which segments belong to which display, the order of the segments and their animation directions *It is really important to get this one right!*
3. /src/SevenSegment/SegmentTransitions.cpp -> Configuring the animations between the digits
4. /src/DisplayManager/Animations.cpp -> configuration of anmimations like the loading animation
4. /src/DisplayManager/Animations.cpp -> Configuration of anmimations like the loading animation

0 comments on commit 9322489

Please sign in to comment.