esp32_ST7735_Tetris icon indicating copy to clipboard operation
esp32_ST7735_Tetris copied to clipboard

Tetris on esp32 and ST7735

esp32_ST7735_Tetris

Tetris

Prepare

Wiring

wiring1 wiring2

Development Environment

Coding reference

Controller

You can use SerialPort or WiFi TCP/UDP Controller as the controller. Buttons UP, RIGHT, DOWN, and LEFT are each assigned on characters '8', '6', '2', and '4' in the both case of SerialPort and WiFi UDP. You can set configuration by loading "WiFi_UDP_Controller_config.txt" for WiFi TCP/UDP Controller.