T-QT is a development board whose main control chip is ESP32-S3. It is equipped with a 0.85-inch LCD color screen and two programmable buttons. Retains the same layout design as T-Display. You can directly use ESP32S3 for USB communication or programming.
!!! There are currently two chip versions, using ESP32S3-FN4R2 (4MB Flash, 2MB PSRAM) and ESP32S3-N8 (8MB Flash, No PSRAM), the following only shows the pin diagram of N4R2, and the pin diagram of N8 is the same.
Product | Product Link |
---|---|
T-QT Pro | AliExpress |
T-QT Pro | LilyGo |
Arduino:
- In Arduino Preferences, on the Settings tab, enter the
https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
URL in theAdditional boards manager URLs
input box. Please pay attention to the version. The test phase is using 2.0.14. It is not certain that versions above 2.0.14 can run. When the operation is abnormal, please downgrade to a version below 2.0.14. , As of 2024/08/02, TFT_eSPI does not work on versions higher than 2.0.14, see TFT_eSPI/issue3329- Click OK and the software will install.
- Search for ESP32 in Tools ā Board Manager and install ESP32-Arduino SDK (version 2.0.3 or above)
- Copy everything from this repository lib folder to Arduino library folder (e.g.
C:\Users\YourName\Documents\Arduino\libraries
)- Select the correct settings in the Tools menu as shown below.
### K192,H579,H590 , 4M Flash , 2M PSRAM
<img width="480" src=image/N4R2.jpg>
### K191,H628,H588 , 8M Flash ,No PSRAM
<img width="480" src=image/N8.jpg>
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
Does the onboard lithium battery charge function?
Is it normal for the chip to continue to heat up during use?
Unable to write?
The program can be written normally, but there is still no display after writing
Please note that the current use is a copy of TFT_eSPI, the screen initialization parameters have been modified, if you use the initialization parameters of the main line branch, the screen will not be clear