Pinout help for HUB 75 and ESP32 S3

I’m trying to run a HUB75 build on an ESP32 S3 DevKit-c N16R8. I compiled my own variant of WLED with hub75 enabled in PlatformIO. The problem i have is, that i don’t know witch Pins to use and i didnt find reliable documentation about the standart Pinout. Can somebody tell me where i can find this Documentation or how to change the used pins (maybe with the json in the WLED Ui)?

  • It is already possible to choose Hub75 as device
  • The LED Matrix is 64 by 64
  • The LED Matrix is working with simple Arduino Code

The Problem is, that not all off the GPIOs used in the generic ESP exsample, are available with my board

I was also looking for this and found it here: Pin Configuration | mrcodetastic/ESP32-HUB75-MatrixPanel-DMA | DeepWiki

In my fork you can customize Hub75 pins as easily as uploading JSON file (needs documentation though).

I’ve also included on-the-fly change of pre-defined boards (no more custom compiles).