Board-dat/IDD/IDD1013-DAT/IDD1013-DAT.md
... ...
@@ -137,6 +137,20 @@ some more new added demo code at == https://github.com/Edragon/Arduino-ESP32/tre
137 137
138 138
139 139
140
+### update error
141
+
142
+#### i2s_dev_t
143
+
144
+you're encountering a compatibility issue between the ESP32-HUB75-MatrixPanel-DMA library and the newer ESP32 board package (version 3.2.1). The error shows that i2s_dev_t type is not recognized because ESP-IDF v5.4 has deprecated the old I2S APIs.
145
+
146
+Option 1: Update the Library == ESP32 HUB75 LED MATRIX PANEL DMA Display >>> 3.0.12
147
+
148
+Downgrade your ESP32 board package to version 2.0.17 which is compatible with the ESP32-HUB75-MatrixPanel-DMA library version 3.0.5 you're using:
149
+
150
+
151
+
152
+
153
+
140 154
## ref
141 155
142 156
- [[CCO3546-dat]] - [[RMP-driver-dat]]
SDK-dat/arduino-dat/arduino-lib-dat/arduino-lib-dat.md
... ...
@@ -22,7 +22,9 @@ h file
22 22
23 23
## interface
24 24
25
-- [[softwareserial-dat]]
25
+- [[softwareserial-dat]]
26
+
27
+- [[interface-SDK-dat]] - [[display-SDK-dat]]
26 28
27 29
## RF
28 30
SDK-dat/display-sdk-dat/display-sdk-dat.md
... ...
@@ -6,7 +6,7 @@
6 6
7 7
- [[interface-SDK-dat]]
8 8
9
-- [[EDS-1.3-dat]]
9
+- [[EDS-1.3-dat]] - [[RMP-driver-dat]]
10 10
11 11
12 12
## TFT
board-series-dat/RMP-driver-dat/RMP-driver-dat.md
... ...
@@ -6,7 +6,9 @@
6 6
7 7
8 8
- with raspberry pi - [[MPC1073-dat]] - [[MPC1119-dat]] - [[MPC1120-dat]]
9
+
9 10
- with ESP32 - [[IDD1013-dat]] - [[IDD1016-dat]]
11
+
10 12
- with esp8266 - [[IDD1007-dat]]
11 13
- with arduino - [[DAS1087-dat]]
12 14
- Mono Color Drive with ESP32 - [[IDD1023-dat]]