Custom firmware for Delorean clock - Back to the future style by jeje95 with couple of bugfixes, improvements and cleaner code.
This project assumes you are running the device under following conditions:
- Wiring diagram is same or similar to the original project
- You are using 24 hour time (this code doesn't support 12 hour time)
- ๐ฝ PlatformIO - This project is using PlatformIO insteed of Arduino IDE
- โ๏ธ Cleaner Configuration - Pin numbers are much easier to configure
- โ๏ธ Daylight saving time - This variant uses RTC_DS3231_DST.h to implement daylight saving time
- ๐จ Red & Orange AM light - You can connect both Red and Orange lights to
D2
(or any other) pin instead of 5v (configurable viaPIN_RED_ORANGE_AM
) - ๐ Blink Disabled - Month, day, hour and minute screens have blinking dots disabled. This causes clock to run very slowly.
- ๐งน Code Improvements - Original code was very cluttered, this project aims to clean it up
All contributions are welcome, feel free to open an issue or Pull Request