not tested
This commit is contained in:
30
README.md
Normal file
30
README.md
Normal file
@ -0,0 +1,30 @@
|
||||
# W4D ILI9488 Template
|
||||
|
||||
For all ILI9488 based displays.
|
||||
|
||||
Tested with this: https://www.waveshare.com/pico-restouch-lcd-3.5.htm
|
||||
|
||||

|
||||
|
||||
|
||||
# How to use this template
|
||||
|
||||
Replace User_Setup.h, User_Setup_Select.h and User_Setups/Setup60_RP2040_ILI9341.h in your Squareline export folder.
|
||||
|
||||
User_Setup.h and User_Setup_Select.h are in the following directory:
|
||||
|
||||
your_squareline_export_folder/libraries/TFT_eSPI/User_Setup.h
|
||||
|
||||
Setup60_RP2040_ILI9341.h is in the following directory:
|
||||
|
||||
your_squareline_export_folder/libraries/TFT_eSPI/User_Setups/Setup60_RP2040_ILI9341.h
|
||||
|
||||
|
||||
# Arduino project for SquareLine Studio with TFT_eSPI
|
||||
|
||||
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 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
|
||||
|
||||
Reference in New Issue
Block a user