ESP32 Morphing Clock Shield Code

Info

This is just a modifications of https://github.com/bogd/esp32-morphing-clock. I've tested it on ESP32 Trinity board. Changes to the project:

  • Removed MQTT
  • Removed light sensor
  • Removed weather forecast with icons
  • Removed weather sensor
  • Removed buzzer
  • Removed OTA update
  • Values hard coded for 64x32 matrix display

Before You Start

This requires PlatformIO (and if you are not already using it, do yourself a favor and learn - I have waited way too long before moving to PlatformIO, and I truly regret not doing that sooner! :) ).