Driver Library for ESP32-S3 with ST7262 driver

So I got my hands on a display from china and I have a schematics and everything.
It’s a touch display with a GT911 driver and a ST7262 LCD Driver in 24Bit parallel mode (I think so at least, see picture)

Does anyone know a library I could use? I’ve looked at LovyanGFX and Arduino_GFX, but I got no clue how I have to use these in 24Bit parallel mode…

Hi, I’m using the same screen and controller. Did you find a sample library?

Hi, I’ve got a example code from the company providing the screen. They used the normal TFT_eSPI library