Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 579 Bytes

File metadata and controls

17 lines (10 loc) · 579 Bytes

TTGOAlienAttack

Alien Attack game on an ESP32 development board with a colour LCD screen.

Project was forked from (https://github.com/VolosR/TTGOAlienAttack). A video explains how to set this up with Arduino.

This fork adds some simple code formatting and adapts the project to use PlatformIO to better facilitate support for additional boards without mangling the source code.

Build

Build and install it using PlatformIO:

pio run --target upload

Edit src\platform.ini to add more boards and configure the TFT_eSPI library.