ESP32 & DFR0529

Hello, unfortunately I am not able to get the lcd screen on the esp 32 to work. On an arduino uno it wasn't a problem.
Does anyone have an example code and a plug-in plan that I can try out?
Thanks very much
F.
Does the provided library support ESP32? I am not sure. Hope dfrobot team will come up with a solution. Anyway, if you ever consider a simpler alternative, you can consider using 3.5" TFT display has a resolution of 320x480 and is driven by the ST7796 controller.
https://www.pcbway.com/project/shareproject/ESP32_S3_Touch_Screen_Console_for_IoT_and_HMI_applications_24145652.html

Hi
I think it could be related to SPI communication, could you kindly share the exact ESP32 development board you use?
The definition of SPI pin is different from ESP32 to Arduino, you may have to check the datasheet of your board.
Hope it can help
