Guys, I need you to help me configure the ESP-8048S070 display driver pins. That's what's missing

I’ve already searched the internet and I can’t find the Squareline Studio board driver to generate code for the vscode platformio framework for arduino for a 7-inch display (ESP-8048S070C).

I’ve already done most of the driver, all that’s left to do is configure the 16 bits and control pins and select the correct display driver.

We will be able to program in vscode with the Arduino framework (C++). I’ll post what I did here and anyone who can help me finish developing, because the advantages of working with objects are enormous, not to mention that we can program event-oriented, which makes the code much faster.

Below is the 90% ready driver.

Hugs to everyone.

Thanks in advance for sharing your progress and findouts with the community. To determine the pins, isn’t there any info about the board or doesn’t some board-support package contain the pinout-config already? These are some forums I could find that contain som control-pin layout information for this board:
Implementing esp32 7" Display ESP32-8048S070 - need Help - ESPHome - Home Assistant Community
Sunton_ESP32-8048S070c_board/inc/Lcd.hpp at main · MMlodzinski/Sunton_ESP32-8048S070c_board · GitHub
Let’s hope others have closer relationship with this board in PlatformIO and can help you.
Note: You mention a 90% ready driver but the attachment seems missing…

I’m almost finished with the Squireline drivers for the 5 inch and 7 inch 800x480, I just need to go from rgb888 to rgb565, so I’ll post the drivers here for anyone who needs them.

Initially I’m making drivers for the IDF framework.