Error while compiling the program example with esp32

i’ve a problem to comple the program, can you help me ??
Error massage :
In file included from C:\Users\Raka Mulya Putra\AppData\Local\Temp.arduinoIDE-unsaved2023217-15508-8bhmio.bo41a\FeatureDemo\FeatureDemo.ino:20:
c:\Users\Raka Mulya Putra\OneDrive\Documents\Arduino\libraries\SmartMatrix-4.0.3\src/MatrixHardware_ESP32_V0.h:208:21: note: #pragma message: MatrixHardware: ESP32 forum wiring
#pragma message “MatrixHardware: ESP32 forum wiring”
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from C:\Users\Raka Mulya Putra\AppData\Local\Temp.arduinoIDE-unsaved2023217-15508-8bhmio.bo41a\FeatureDemo\FeatureDemo.ino:22:
c:\Users\Raka Mulya Putra\OneDrive\Documents\Arduino\libraries\SmartMatrix-4.0.3\src/SmartMatrix.h:40:21: note: #pragma message: SmartMatrix Library version 4.000.003

pragma message “SmartMatrix Library version 4.000.003”

(and many error warning here)

                                            ESP_ERR_FLASH_BASE

c:\Users\Raka Mulya Putra\OneDrive\Documents\Arduino\libraries\SmartMatrix-4.0.3\src\esp32_i2s_parallel.c:384:69: error: ‘ESP_INTR_FLAG_LEVEL1’ undeclared (first use in this function); did you mean ‘ESP_ERR_FLASH_BASE’?
esp_intr_alloc(ETS_I2S1_INTR_SOURCE, (int)(ESP_INTR_FLAG_IRAM | ESP_INTR_FLAG_LEVEL1), i2s_isr, NULL, NULL);
^~~~~~~~~~~~~~~~~~~~
ESP_ERR_FLASH_BASE

exit status 1

Compilation error: exit status 1

I’ve tried to change board to other board esp32, but i still got the error, please help me, thanks

Not from version 2.0.0, but from version 1.0.6
PN22-1457