Adafruit_Learning_System_Gu.../CircuitPython_Simple_Wordclock
Jeff Epler a426be25e1 Add 141 skip files
Each skip file has been populated with the pylint errors I actually got locally
when checking the file.
2021-08-11 14:02:31 -05:00
..
.circuitpython.skip Add 141 skip files 2021-08-11 14:02:31 -05:00
code.py Update code.py 2019-07-11 20:41:46 -04:00
README.md Update README.md 2019-07-12 13:56:07 -04:00
set_clock.py Create set_clock.py 2019-07-12 13:25:20 -04:00

Adafruit Learning System tutorial - Simple Vertical Wordclock

Make a timekeeping vertical wordclock with Adafruit Feather M4, a RTC FeatherWing, and CircuitPython.

Follow the Adafruit learn guide here: https://learn.adafruit.com/vertical-wordclock/ !

set_clock.py is a run once program to set the time. You will need to edit the code as seen in the comments for the exact date and time (without daylight savings time, please). If you move time zones, you will have to reset the time using this code.

code.py is the code that will run to display the time. It reads the time previously set. A backup battery in the RTC FeatherWing keeps the time even when power is removed.

Use the slide switch added to the Adafruit Feather M4 to add one hour to the time for daylight savings.

Adafruit invests time and resources providing this open source code, please support Adafruit and open-source hardware by purchasing products from Adafruit!

MIT license, designed and guide written by Dano Wall, code by Mike Barela

All text above, and the splash screen below must be included in any redistribution


If you are looking to make changes/additions, please use the GitHub Issues and Pull Request mechanisms.