├── AUTHORS.txt ├── LICENSE.txt ├── README.md ├── WiFi_UDP_Controller_config.txt ├── doc ├── Tetris.jpeg ├── wiring1.png └── wiring2.jpeg └── esp32_ILI9328_Tetris ├── BackgroundImage.h ├── BlockImage.h ├── esp32_ILI9328_Tetris.ino ├── ili9328.cpp └── ili9328.h /AUTHORS.txt: -------------------------------------------------------------------------------- 1 | Copyright (c) 2015 coord.e 2 | -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MhageGH/esp32_ILI9328_Tetris/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MhageGH/esp32_ILI9328_Tetris/HEAD/README.md -------------------------------------------------------------------------------- /WiFi_UDP_Controller_config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MhageGH/esp32_ILI9328_Tetris/HEAD/WiFi_UDP_Controller_config.txt -------------------------------------------------------------------------------- /doc/Tetris.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MhageGH/esp32_ILI9328_Tetris/HEAD/doc/Tetris.jpeg -------------------------------------------------------------------------------- /doc/wiring1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MhageGH/esp32_ILI9328_Tetris/HEAD/doc/wiring1.png -------------------------------------------------------------------------------- /doc/wiring2.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MhageGH/esp32_ILI9328_Tetris/HEAD/doc/wiring2.jpeg -------------------------------------------------------------------------------- /esp32_ILI9328_Tetris/BackgroundImage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MhageGH/esp32_ILI9328_Tetris/HEAD/esp32_ILI9328_Tetris/BackgroundImage.h -------------------------------------------------------------------------------- /esp32_ILI9328_Tetris/BlockImage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MhageGH/esp32_ILI9328_Tetris/HEAD/esp32_ILI9328_Tetris/BlockImage.h -------------------------------------------------------------------------------- /esp32_ILI9328_Tetris/esp32_ILI9328_Tetris.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MhageGH/esp32_ILI9328_Tetris/HEAD/esp32_ILI9328_Tetris/esp32_ILI9328_Tetris.ino -------------------------------------------------------------------------------- /esp32_ILI9328_Tetris/ili9328.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MhageGH/esp32_ILI9328_Tetris/HEAD/esp32_ILI9328_Tetris/ili9328.cpp -------------------------------------------------------------------------------- /esp32_ILI9328_Tetris/ili9328.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MhageGH/esp32_ILI9328_Tetris/HEAD/esp32_ILI9328_Tetris/ili9328.h --------------------------------------------------------------------------------