Product(PinMap) | SOC | Flash | PSRAM | Resolution |
---|---|---|---|---|
T-Display-S3-Long | ESP32-S3R8 | 16MB | 8MB(OPI) | 180x640 |
Current consumption | Working current | sleep current | sleep mode |
---|---|---|---|
T-Display-S3-Long | (240MHz) WiFi On 90~350+ mA | About 1.1mA | gpio wakeup |
examples/
├── Factory # Factory example
├── tft # Tft example
├── touch # Touchpad example
├── QWIIC_Sensor # QWIIC Wire example
├── GFX_AXS15231B_Image # Screen and touch test example
└── lvgl_demo # LVGL examples
PlatformIO
plugin in the VisualStudioCode
extension and install it.VisualStudioCode
VisualStudioCode
, select File
in the upper left corner of VisualStudioCode
-> Open Folder
-> select the T-Display-S3-Long
directoryplatformio.ini
file, and in the platformio
columnsrc_dir = xxxx
to make sure only one line worksT-Display-S3-Long
T-Display-S3-Long/lib
and paste them into Arduion library folder(e.g. C:\Users\YourName\Documents\Arduino\libraries).examples\xxx
example of project T-Display-S3-Long
throught "File->Open"
.Port
upload
, Wait for compilation and writing to completeThe board uses USB as the JTAG upload port. When printing serial port information on USB_CDC_ON_BOOT configuration needs to be turned on. If the port cannot be found when uploading the program or the USB has been used for other functions, the port does not appear. Please enter the upload mode manually.
If the above is invalid, burn the binary file to check whether the hardware is normal
The OTG external power supply function requires turning on the PMU OTG enablement ,If the USB input is connected and the OTG is set to output, the battery will not be charged.
PMU.enableOTG(); //Enable OTG Power output
PMU.disableOTG(); //Disable OTG Power output
Turning the physical switch to OFF will completely disconnect the battery from the motherboard. When charging is required, turn the switch to ON.
When the battery is not connected and the USB is plugged in, the board's LED status indicator light will flash. You can use PMU.disableStatLed();
to turn off the indicator light, but this means that if the battery is connected for charging, the LED light will also be disabled. If you need to enable the charging status indicator, please call PMU.enableStatLed();
Do not upgrade the LVGL version, the lvgl software rotation has been forced to open.