Tutorial-Uploading The Factory Demo Program With Arduino IDE
Tutorial-Uploading The Factory Demo Program With Arduino IDE
Step 2 After downloading the Arduino IDE, click on"File-->Preference", and add the ESP32 S3
URL(https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json)
to "Board Manager URLs" as follows:
Here's the method to locate the libraries directory: open Arduino IDE→Click on "File"→Click
"Preference"→then you will see “Sketchbook location”:
Please note that different sizes of the ESP32 display require different UI libraries, you need to replace the
UI files when you using different displays.
And the User_Setup.h in TFT_eSPI library folder also needs to be modified according to their screen
driver(except for the 4.3''/5.0''7.0'' HMI display, which do not use TFT_eSPI library)
Step 5 Download and open the factory program.
Step 6 Choose the board and set the parameter on Arduino IDE
Step 8 Then click on "Upload" and wait for the compilation and download...
Step 9 When the progress finishes, press the RESET button then the program will run on ESP32 display.
Tutorial Video: