Go to file
2022-10-10 09:42:18 +08:00
.github/workflows fixed submitted code test section (missing path) 2022-08-03 11:29:52 +02:00
3D_file 3d file upload 2022-09-07 14:46:54 +08:00
doc Uploading reference Documents 2022-07-01 15:59:01 +08:00
example/arduino Added touch function test 2022-09-23 17:40:58 +08:00
image Update the readme 2022-07-01 16:14:00 +08:00
lib Update the readme 2022-07-01 16:14:00 +08:00
shcematic Create T_Display_S3.pdf 2022-10-10 09:42:18 +08:00
.gitignore readme.mk : Add Purchase connection 2022-08-11 16:22:46 +08:00
LICENSE Initial commit 2022-06-13 17:37:35 +08:00
README.md Added touch function test 2022-09-23 17:40:58 +08:00

🌟T-Display-S3🌟

Description

T-Display-S3 is a development board whose main control chip is ESP32-S3. It is equipped with a 1.9-inch LCD color screen and two programmable buttons.Communication using I8080 interface Retains the same layout design as T-Display. You can directly use ESP32S3 for USB communication or programming.


Pinmap


Product 📷:

Product Product Link
T-Display-S3 Website
T-Display-S3 Amazon
T-Display-S3 Aliexpress

Quick Start

Arduino:

  • Click "File" in the upper left corner -> Preferences -> Additional Development >Board Manager URL -> Enter the URL in the input box. (ESP32S3 is a new chip, and the SDK version needs to be version 2.0.3 or above) https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
  • Click OK and the software will be installed by itself. After installation, restart the Arduino IDE software.
  • Copy all files in the lib folder to \Arduino\libraries

PlatfromIO:

  • PlatformIO plug-in installation: Click on the extension on the left column -> search platformIO -> install the first plug-in
  • Click Platforms -> Embedded -> search Espressif 32 in the input box -> select the corresponding firmware installation

ESP-IDF:

  • The installation method is also inconsistent depending on the system, it is recommended to refer to the official manual for installation

Quick question and answer

  1. The TFT_eSPI library used does not display properly?

The TFT_eSPI library needs to modify some settings. It has been modified in the lib. Please use this library or add Micky_commit.patch to the local library.

Tips

  1. Use board as delivered. Connect board to usb to computer without touching anything else. Upload the code. The code will start right after download and run. Unplug the board and connect to usb again. The board will not do anything.

  2. Use board as delivered. Push down boot button. While boot button is pushed, connect usb to computer. Release boot button. Upload the code. The code will not start right after download. Nothing will happen. Unplug the board and connect to usb again.The board will now boot the code. Unplug the board from USB to computer and connect to other power source like LiPO battery. Again the board will start the code. The computer is not needed again.

New code can be loaded to the board by going to step 1 or 2. Both will still work.