IDD1027-dat

suitable boards - ESP32-S3-board-VCC-dat - ESP32-S3-board-WV-dat - ESP32-S3-board-dat

board map

  • IO4_LAT
  • IO5_OE
  • IO6_CLK

  • IO7_A

  • IO15_B
  • IO16_C
  • IO17_D
  • IO18_E

  • IO08_LDR

  • IO3_x
  • IO46_x

  • IO9_G1

  • IO10_B1
  • IO11_R1
  • IO12_G2
  • IO13_B2
  • IO14_R2

default pin for ESP32-S3

https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA

include

libraries\ESP32_HUB75_LED_MATRIX_PANEL_DMA_Display\esp32s3-default-pins.hpp

#define R1_PIN_DEFAULT 11
#define G1_PIN_DEFAULT 9
#define B1_PIN_DEFAULT 10
#define R2_PIN_DEFAULT 14
#define G2_PIN_DEFAULT 12
#define B2_PIN_DEFAULT 13

#define A_PIN_DEFAULT  7
#define B_PIN_DEFAULT  15
#define C_PIN_DEFAULT  16
#define D_PIN_DEFAULT  17
#define E_PIN_DEFAULT  18

#define LAT_PIN_DEFAULT 4
#define OE_PIN_DEFAULT  5
#define CLK_PIN_DEFAULT 16

ref