ESP32-S3-LCD-EV-Board

Hey all - I purchased one of the Espressif development platform boards that has the 480x480 LCD display sandwiched on it. It’s an ESP32-S3 with 16M Flash and 16M of PSRAM as well as that LCD being driven by a GC9503 driver chip.

I’m very familiar with PlatformIO and also with the Arduino framework, but all I’m seeing for this board is using esp-idf. How should I go about co-opting a board definition to use this board on the arduino framework in PlatformIO?

Thanks!!
–bob

Choose the nearest matching available board and make the necessary changes in the platformio.ini.
The board you mentioned is based upon an ESP32-S3-WROOM-1-N16R16.
In this case the board should be esp32-s3-devktic-1

The changes you have to apply can be found here: