Skip to content
Tobias Blum edited this page Apr 20, 2018 · 2 revisions

Welcome to the esp_p10_tetris_clock wiki!

Build

You'll find detailed build instructions here:
https://www.instructables.com/id/Tetris-Time-on-a-P10-RGB-Matrix-With-ESP8266/

Compile using Arduino IDE

If you don't want to use the great Visual Studio Code with platform.io, you can also build the clock using the Arduino IDE.

Just install the following libraries in your IDE:

  • Adafruit GFX Library (via Arduino Library Manager)
  • PxMatrix (Download as ZIP from here: https://github.com/2dom/PxMatrix.git and install it in the IDE)
  • WiFiManager (via Arduino Library Manager)
  • NtpClientLib (via Arduino Library Manager)

Then flash it, using a NodeMCU Board Setting.

List of possible enhancements

  • Web UI for timezone and other settings
  • Timer functionality
  • Sound support
  • Tetris game
Clone this wiki locally