Standalone Arduino sketch for an ESP32 + ILI9341 build that renders a Space Invaders-inspired clock face.
Live build photo of the clock running on the CYD display.
Full build notes and photos are on Hackster:
These ESP32 boards have come up repeatedly as known good fits for this project:
- LOLIN D32 Pro
- D1 Mini ESP32
- Mini 32 WROOM
Retro_Arcade_Clock/Retro_Arcade_Clock.ino: main sketchRetro_Arcade_Clock/secrets.example.h: copy this tosecrets.hfor local Wi-Fi credentialsimages/invader-clock-hero.jpg: optimized hero image featured in this READMELICENSE: MIT license for the project
Adafruit GFX LibraryAdafruit ILI9341- ESP32 Arduino core with
WiFi.h
- Copy
Retro_Arcade_Clock/secrets.example.htoRetro_Arcade_Clock/secrets.h. - Add your Wi-Fi name and password to
Retro_Arcade_Clock/secrets.h. - Open
Retro_Arcade_Clock/Retro_Arcade_Clock.inoin the Arduino IDE. - Install the required display libraries if they are not already present.
- Select your ESP32 board and upload.
Retro_Arcade_Clock/secrets.h is git-ignored so your real credentials stay local.
Released under the MIT License. See LICENSE.
