Connect OLED display to Arduino

Hello fellow Arduino developers.
I'm currently working on a project where i want to connect a round OLED display with an Arduino.
The OLED display has a 20-port "adapter"(not sure what it's called :P).

Now to my question:
Are there any breakouts or adapters to connect my display with an Arduino or are there other ways to do it?
Thanks for your help!

Here's the display with the pins:

The OLED display has a 20-port "adapter"(not sure what it's called :P).

A 20 pin board-to-board connector. For which you're going to need the pinout.
If it is SPI, you may be able to use it, if DSI, you're probably out of luck.

Hello and thanks for the quick answer.

The display interface is called MIPI DSI. Is this a problem and why?
And i can't seem to find a 20 pin board to board adapter :cold_sweat: do you have any recommendations?

Is this a problem and why?

It's differential and fast, neither of which are Arduino traits.
Maybe a Due?