howto changed

This commit is contained in:
2024-06-25 12:43:58 +02:00
parent 59f17b216e
commit b142d3bf95

View File

@ -18,15 +18,11 @@ DC - GP14
RST - GP15 RST - GP15
BL - GP13 BL - GP13
-----------------------------------------------------------------
# Arduino project for SquareLine Studio with TFT_eSPI # Arduino project for SquareLine Studio with TFT_eSPI
## Get started
1. Open the `.ino` file in Arduino 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) 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. 3. Go to `libraries/TFT_eSPI` and replace `User_Setup.h` with the one in this repository.
4. Select your board (install if needed) 4. Choose __Raspberry Pi Pico (Arduino mbed)__ as board and (probably) UF2 as port. Later choose usbmodeXXXX for mac and COMxx for PC.
5. Build the project 5. Upload the project