English | 中文
Version | Update date | Update description |
---|---|---|
T-Panel_V1.0-V1.1 | 2023-11-23 | Original version |
T-Panel_V1.2 | 2023-12-11 | Modify the RS485 module to be replaceable with either an RS485 or CAN module |
T-Panel_V1.3 | 2024-05-08 | Modify the structure |
Product | SOC | FLASH | PSRAM | Link |
---|---|---|---|---|
T-Panel_V1.0-V1.1 | ESP32S3 | 16M | 8M | LILYGO Mall |
T-Panel_V1.2 | ESP32S3 | 16M | 8M | LILYGO Mall |
T-Panel_V1.3 | ESP32S3 | 16M | 8M | LILYGO Mall |
T-Panel is an intelligent home product featuring a 480x480 RGB pixel large screen. It is controlled by the high-performance ESP32S3 chip onboard, which can communicate and exchange data with ESP32H2. The product also incorporates an RS485 chip for long-distance transmission of other devices, and its wide voltage input enhances compatibility.The screen of the T-Panel version is touch-enabled.
-
MCU1: ESP32-S3
-
PSRAM: 8MB
-
FLASH: 16MB
-
Others: For more information, please visitEspressif Official ESP32-S3datasheet
-
MCU2: ESP32-H2-MINI-1
-
FLASH: 4MB
-
Others: For more information, please visitEspressif Official ESP32-MINI-1datasheet
- Screen Model: YDP395BT001
- Size: 3.95-inch
- Resolution Ratio: 480x480px
- Screen Type: IPS
- Driver Chip: ST7701S
- Using Bus Communication Protocol: Standard SPI+RGB
- Other: Use XL95x5 IO expansion chip for Standard SPI transmission, initialize the screen, and use RGB protocol for screen color drawing
- Chip: XL9535
- Using bus communication protocol: IIC communication
- Other: Mainly used to initialize RGB screens
- Chip: RS485
- Using Bus Communication Protocol: uart communication
- Using Bus Communication Protocol: CAN
- Using Bus Communication Protocol : TWAI
- Chip: CST3240
- Using Bus Communication Protocol: IIC
Example | Support IDE And Version | Description | Picture |
---|---|---|---|
GFX_CST3240_Image_Rotation | [Platformio IDE][espressif32-v6.5.0] [Arduino IDE][esp32_v2.0.14] |
||
GFX_PDQ | [Platformio IDE][espressif32-v6.5.0] [Arduino IDE][esp32_v2.0.14] |
||
RS485 | [Platformio IDE][espressif32-v6.5.0] [Arduino IDE][esp32_v2.0.14] |
||
IIC_Scan_2 | [Platformio IDE][espressif32-v6.5.0] [Arduino IDE][esp32_v2.0.14] |
||
SD | [Platformio IDE][espressif32-v6.5.0] [Arduino IDE][esp32_v2.0.14] |
||
ESP32S3_ESP32H2_Uart | [Platformio IDE][espressif32-v6.5.0] [Arduino IDE][esp32_v2.0.14] |
||
T-Panel_Test_V1_0-V1_1 | [Platformio IDE][espressif32-v6.5.0] [Arduino IDE][esp32_v2.0.14] |
Out-of-factory original test file | |
T-Panel_Test_V1_2 | [Platformio IDE][espressif32-v6.5.0] [Arduino IDE][esp32_v2.0.14] |
Out-of-factory original test file | |
Wifi | [Platformio IDE][espressif32-v6.5.0] [Arduino IDE][esp32_v2.0.14] |
||
XL95x5 | [Platformio IDE][espressif32-v6.5.0] [Arduino IDE][esp32_v2.0.14] |
||
Lvgl | [Platformio IDE][espressif32-v6.5.0] [Arduino IDE][esp32_v2.0.14] |
||
Lvgl_benchmark | [Platformio IDE][espressif32-v6.5.0] [Arduino IDE][esp32_v2.0.14] |
||
CAN | [Platformio IDE][espressif32-v6.5.0] [Arduino IDE][esp32_v2.0.14] |
Firmware | Description | Picture |
---|---|---|
T-Panel_Test_V1_0-V1_1 | Out-of-factory original test file | |
T-Panel_Test_V1_2(RS485) | Out-of-factory original test file | |
T-Panel_Test_V1_2(CAN) | Out-of-factory original test file |
Example | Support IDE And Version | Description | Picture |
---|---|---|---|
ESP32H2_Uart_Callback | [Arduino IDE][esp32-libs_V3.0.2] |
The factory initial raw files are used with the ESP32-S3 main chip in conjunction with the T-Panel_Test_V1.0-V1.1 version | |
ESP32H2_BLE_Test | [Arduino IDE][esp32-libs_V3.0.2] |
The factory initial raw files are used with the ESP32-S3 main chip in conjunction with the T-Panel_Test_V1.2 version |
Firmware | Description | Picture |
---|---|---|
ESP32H2_Uart_Callback | The factory initial raw files are used with the ESP32-S3 main chip in conjunction with the T-Panel_Test_V1.0-V1.1 version | |
ESP32H2_BLE_Test | The factory initial raw files are used with the ESP32-S3 main chip in conjunction with the T-Panel_Test_V1.2 version |
-
InstallVisualStudioCode,Choose installation based on your system type.
-
Open the "Extension" section of the Visual Studio Code software sidebar(Alternatively, use "Ctrl+Shift+X" to open the extension),Search for the "PlatformIO IDE" extension and download it.
-
During the installation of the extension, you can go to GitHub to download the program. You can download the main branch by clicking on the "<> Code" with green text, or you can download the program versions from the "Releases" section in the sidebar.
-
After the installation of the extension is completed, open the Explorer in the sidebar(Alternatively, use "Ctrl+Shift+E" go open it),Click on "Open Folder," locate the project code you just downloaded (the entire folder), and click "Add." At this point, the project files will be added to your workspace.
-
Open the "platformio.ini" file in the project folder (PlatformIO will automatically open the "platformio.ini" file corresponding to the added folder). Under the "[platformio]" section, uncomment and select the example program you want to burn (it should start with "default_envs = xxx") Then click "√" in the bottom left corner to compile,If the compilation is correct, connect the microcontroller to the computer and click "→" in the bottom left corner to download the program.
-
InstallArduino,Choose installation based on your system type.
-
Open the "example" directory within the project folder, select the example project folder, and open the file ending with ".ino" to open the Arduino IDE project workspace.
-
Open the "Tools" menu at the top right -> Select "Board" -> "Board Manager." Find or search for "esp32" and download the board files from the author named "Espressif Systems." Then, go back to the "Board" menu and select the development board type under "ESP32 Arduino." The selected development board type should match the one specified in the "platformio.ini" file under the [env] section with the header "board = xxx." If there is no corresponding development board, you may need to manually add the development board from the "board" directory within your project folder.
-
Open menu bar "File" -> "Preferences" ,Find "Sketchbook location" here,copy and paste all library files and folders from the "libraries" folder in the project directory into the "libraries" folder in this directory.
-
Select the correct settings in the Tools menu, as shown in the table below.
Setting | Value |
---|---|
Board | ESP32S3 Dev Module |
Upload Speed | 921600 |
USB Mode | Hardware CDC and JTAG |
USB CDC On Boot | Enabled |
USB Firmware MSC On Boot | Disabled |
USB DFU On Boot | Disabled |
CPU Frequency | 240MHz (WiFi) |
Flash Mode | QIO 80MHz |
Flash Size | 16MB (128Mb) |
Core Debug Level | None |
PSRAM | QSPI PSRAM |
Arduino Runs On | Core 1 |
Events Run On | Core 1 |
Setting | Value |
---|---|
Board | ESP32H2 Dev Module |
Upload Speed | 921600 |
USB CDC On Boot | Disabled |
CPU Frequency | 64MHz |
Flash Mode | QIO |
Flash Size | 4MB (32Mb) |
Core Debug Level | None |
-
Select the correct port.
-
Click "√" in the upper right corner to compile,If the compilation is correct, connect the microcontroller to the computer,Click "→" in the upper right corner to download.
-
Open the project file "tools" and locate the ESP32 burning tool. Open it.
-
Select the correct burning chip and burning method, then click "OK." As shown in the picture, follow steps 1->2->3->4->5 to burn the program. If the burning is not successful, press and hold the "BOOT-0" button and then download and burn again.
-
Burn the file in the root directory of the project file "firmware" file,There is a description of the firmware file version inside, just choose the appropriate version to download.
Display Pin | ESP32S3 Pin | XL95X5 Pin |
---|---|---|
VSYNC | ESP32S3_IO40 | NULL |
HSYNC | ESP32S3_IO39 | NULL |
PCLK | ESP32S3_IO41 | NULL |
B0 | ESP32S3_IO1 | NULL |
B1 | ESP32S3_IO2 | NULL |
B2 | ESP32S3_IO3 | NULL |
B3 | ESP32S3_IO4 | NULL |
B4 | ESP32S3_IO5 | NULL |
G0 | ESP32S3_IO6 | NULL |
G1 | ESP32S3_IO7 | NULL |
G2 | ESP32S3_IO8 | NULL |
G3 | ESP32S3_IO9 | NULL |
G4 | ESP32S3_IO10 | NULL |
G5 | ESP32S3_IO11 | NULL |
R0 | ESP32S3_IO12 | NULL |
R1 | ESP32S3_IO13 | NULL |
R2 | ESP32S3_IO42 | NULL |
R3 | ESP32S3_IO46 | NULL |
R4 | ESP32S3_ IO45 | NULL |
BL | ESP32S3_IO14 | NULL |
CS | NULL | XL95X5_IO17 |
SCLK | NULL | XL95X5_IO15 |
MOSI | NULL | XL95X5_IO16 |
RST | NULL | XL95X5_IO5 |
Display Screen Touch Pin | ESP32S3 Pin | XL95X5 Pin |
---|---|---|
INT | ESP32S3_IO21 | NULL |
RST | NULL | XL95X5_IO4 |
SDA | ESP32S3_IO17 | NULL |
SCL | ESP32S3_IO18 | NULL |
SD Pin | ESP32S3 Pin |
---|---|
CS | IO38 |
SCLK | IO36 |
MOSI | IO35 |
MISO | IO37 |
RS485 pin ESP32S3 pin XL95x5 pin TX ESP32S3_IO15 NULL RX ESP32S3_IO16 NULL CON NULL XL95x5_IO7
RS485 and CAN share pins ESP32S3 pin TX ESP32S3_IO16 RX ESP32S3_IO15
Function | ESP32H2 Pin | ESP32S3 Pin | XL95X5 Pin |
---|---|---|---|
Activate The BOOT Mode Of ESP32H2 | ESP32H2_IO9 | ESP32S3_IO33 | NULL |
Reset ESP32H2 | ESP32H2_Pin Number 8 | ESP32S3_IO34 | NULL |
Uart | ESP32H2_TX_IO24 | ESP32S3_RX_IO48 | NULL |
Uart | ESP32H2_RX_IO23 | ESP32S3_TX_IO47 | NULL |
IO | ESP32H2_IO12 | NULL | XL95X5_IO1 |
IO | ESP32H2_IO4 | NULL | XL95X5_IO2 |
IO | ESP32H2_IO5 | NULL | XL95X5_IO3 |
- Q. After reading the above tutorials, I still don't know how to build a programming environment. What should I do?
- A. If you still don't understand how to build an environment after reading the above tutorials, you can refer to the LilyGo-Document document instructions to build it.
- Q. Why does Arduino IDE prompt me to update library files when I open it? Should I update them or not?
- A. Choose not to update library files. Different versions of library files may not be mutually compatible, so it is not recommended to update library files.
- Q. Why is there no serial data output on the "Uart" interface on my board? Is it defective and unusable?
- A. The default project configuration uses the USB interface as Uart0 serial output for debugging purposes. The "Uart" interface is connected to Uart0, so it won't output any data without configuration.
For PlatformIO users, please open the project file "platformio.ini" and modify the option under "build_flags = xxx" from "-D ARDUINO_USB_CDC_ON_BOOT=true" to "-D ARDUINO_USB_CDC_ON_BOOT=false" to enable external "Uart" interface.
For Arduino users, open the "Tools" menu and select "USB CDC On Boot: Disabled" to enable the external "Uart" interface.
- Q. Why can't I find the ESP32H2 chip library on Arduino?
- A. The ESP32H2 chip library for Arduino is currently in the testing phase. You can download the "package_esp32_dev_index.json" file from the arduino-esp32 GitHub repository for versions 3.0.0 and above, and import it into the Arduino IDE to see the ESP32H2 chip library.
- Q. Why is my board continuously failing to download the program?
- A. Please hold down the "BOOT-0" button and try downloading the program again.