- Open the
.ino
file in Arduino - Go to File/Preferences and set Sketchbook location to the path of your UI project (where this README is located)
- Go to
libraries/TFT_eSPI
and openUser_Setup.h
orUser_Setup_Select.h
with a text editor to configure pins for your display. - Select your board (install if needed)
- Build the project
Note that this project doesn't contain touch pad driver. You can use an other Arudino library for your touchpad controller.