Using an SSD1963 with the ESP32

Has anyone used the SSD1963 with the ESP32? We want to use this driver for a Newhaven 320 x 240 TFT display. This display has a COG NV3035 controller that has both a parallel and SPI interface. But they have a controller board with a SSD1963 that drives the NV3035C controller. Since LVGL does not have a driver for the NV3035C, we could use the SSD1963 as an intermediate controller.

did you succeed?