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