• sales

    +86-0755-88291180

pin configurations

2026-02-09 02:43:18 Ask

Could you provide correct GPIO pin configuration for CS, DC, RST, MOSI, and SCLK on this board?

1answers
SpotPearUser4106
Answer time:
2026-08-19 19:35:43

Hi,


Here is the GPIO pin configuration for the T-Dongle-S3 with the ST7735 display (based on the manufacturer's datasheet and schematics):

CS → GPIO 10

DC → GPIO 11

RST → GPIO 12

MOSI → GPIO 13

SCLK → GPIO 14

This is normally the correct default mapping for this board. If you are using TFT_eSPI or LVGL, you can configure it directly in the User_Setup.h file.

Try running a simple display example to verify, and let us know if it works.

!

Like0

report