Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 200 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 200 Bytes

tetris

Tetris on a STM32F401 MCU with ili9488 lcd driver

Setup

  1. Install VSCode, and PlatformIO extension
  2. Setup LCD GPIOs in Inc/lcd_io_spi.h
  3. Modify input button GPIOs in main.c
  4. Upload