From b142d3bf9565544ef2a962a73ec57545fb6d4710 Mon Sep 17 00:00:00 2001 From: Sebastian Kujas Date: Tue, 25 Jun 2024 12:43:58 +0200 Subject: [PATCH] howto changed --- README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 778b9d4..dfe9d9b 100644 --- a/README.md +++ b/README.md @@ -18,15 +18,11 @@ 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 +3. Go to `libraries/TFT_eSPI` and replace `User_Setup.h` with the one in this repository. +4. Choose __Raspberry Pi Pico (Arduino mbed)__ as board and (probably) UF2 as port. Later choose usbmodeXXXX for mac and COMxx for PC. +5. Upload the project +