toblum / esp_p10_tetris_clock

A tetris clock based on a 16x32 RGB matrix and a ESP8266
MIT License
49 stars 17 forks source link

Support for 64x32 #5

Closed raymiec closed 5 years ago

raymiec commented 5 years ago

Would be sweet, it almost works in 32x32, some lines are off.

but full use of the matrix would be nice.

toblum commented 5 years ago

Hi @raymiec,

please also have a look at the https://github.com/toblum/TetrisAnimation repo. It's a improved version as a library. Brian has also a video on it: https://www.youtube.com/watch?v=2IejVgrSlWE He used it on a 64x32 matrix.

Regards Tobias