33 lines
798 B
Markdown
33 lines
798 B
Markdown
# W4D GC9A01 Template
|
|
|
|
Replace User_Setup.h in your Squareline export folder.
|
|
|
|
User_Setup.h is in the following directory:
|
|
|
|
your_squareline_export_folder/libraries/TFT_eSPI/User_Setup.h
|
|
|
|
# PINS
|
|
|
|
Display - Pico
|
|
VCC - 3V3
|
|
GND - GND
|
|
DIN - GP19
|
|
CLK - GP18
|
|
CS - GP17
|
|
DC - GP14
|
|
RST - GP15
|
|
BL - GP13
|
|
|
|
|
|
-----------------------------------------------------------------
|
|
|
|
# Arduino project for SquareLine Studio with TFT_eSPI
|
|
|
|
## Get started
|
|
|
|
1. Open the `.ino` file in Arduino
|
|
2. Go to File/Preferences and set Sketchbook location to the path of your UI project (where this README is located)
|
|
3. Go to `libraries/TFT_eSPI` and open `User_Setup.h` or `User_Setup_Select.h` with a text editor to configure pins for your display.
|
|
4. Select your board (install if needed)
|
|
5. Build the project
|