hzeller / rpi-rgb-led-matrix

Controlling up to three chains of 64x64, 32x32, 16x32 or similar RGB LED displays using Raspberry Pi GPIO
GNU General Public License v2.0
3.56k stars 1.14k forks source link

Tetris Clock on Raspberry Pi and LED Matrix #1068

Open raspberry-pi-maker opened 4 years ago

raspberry-pi-maker commented 4 years ago

There is a Tetris clock running on the ESP32 MCU, but I cannot find a Tetris clock running on the Raspberry Pi. So, using OpenCV and @hzeller library, I made my own Tetris clock that works on Raspberry Pi. This will help those who need animation of Tetris characters.

If you are interested visit my blog(https://iot-for-maker.blogspot.com/2020/05/led-make-tetrisclock.html ) and github(https://github.com/raspberry-pi-maker/IoT)

tetris_led

hzeller commented 4 years ago

Wow, this looks very cool!