emrsmsrli / WordClock

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WORD CLOCK ARDUINO

The code in this repository is a heavily modified version of Tinker's Word Clock code. And uses a modified version of OneButton library.

TODO

  • Add second support alongside of minutes and hours
  • Make the leds fade-in and -out when a change in time or color happens
  • Use external interrupts to count button clicks so we can increment both hour and minute with a single button
  • Implement smoothstep interpolation to led animations
  • Implement night mode, where overall led intensity is 0.125 instead of 1.0
  • Implement happy birthday mode
  • Add documentation

About

License:MIT License


Languages

Language:CMake 76.7%Language:C++ 19.2%Language:OpenSCAD 3.5%Language:C 0.6%