Xinyuan-LilyGO / T-Panel_Lite

T-Panel_ Lite is a streamlined version of T-Panel
GNU General Public License v3.0
0 stars 0 forks source link

T-Panel_Lite

English | 中文

Version iteration:

Version Update date
T-Panel_Lite_V1.0 2023-11-23

PurchaseLink

Product SOC FLASH PSRAM Link
T-Panel_Lite_V1.0 ESP32S3 16M 8M [Not yet sold]()

Directory

Describe

T-Panel_ Lite is a streamlined version of T-Panel,Special attention should be paid to the fact that the screen included with the T-Panel_Lite version is a non-touch version screen.

Preview

PCB board

Rendering

Module

1.MCU Chip

2. Screen

3. SD card slot

QuickStart

Examples Support

Example Support IDE And Version Description Picture
GFX_PDQ [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]
SD_MJPEG [Platformio IDE][espressif32-v6.5.0]
[Arduino IDE][esp32_v2.0.14]
T-Panel-Lite_Test [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]
Firmware Description Picture
T-Panel-Lite_Test Out-of-factory original test file

PlatformIO

  1. InstallVisualStudioCode,Choose installation based on your system type.

  2. 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.

  3. 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.

  4. 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.

  5. 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.

Arduino

  1. InstallArduino,Choose installation based on your system type.

  2. 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.

  3. 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.

  4. 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.

  5. 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
  1. Select the correct port.

  2. 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.

firmware download

  1. Open the project file "tools" and locate the ESP32 burning tool. Open it.

  2. 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.

  3. 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.

example example

PinOverview

Display Pin ESP32S3 Pin
VSYNC IO40
HSYNC IO39
PCLK IO41
B0 IO1
B1 IO2
B2 IO3
B3 IO4
B4 IO5
G0 IO6
G1 IO7
G2 IO8
G3 IO9
G4 IO10
G5 IO11
R0 IO12
R1 IO13
R2 IO42
R3 IO46
R4 IO45
BL IO14
CS IO14
SCLK IO36
MOSI IO35
SD Pin ESP32S3 Pin
CS IO34
SCLK IO36
MOSI IO35
MISO IO37
KEY Pin ESP32S3 Pin
KEY1 IO48
KEY2 IO47
BOOT IO0

FAQ




Project

Information

DependentLibraries