Arduino and GT11 touch controller. How to make it work?

Hello,
At the beginning I want to say that English is not my First language and I can make some mistakes, sorry for that:). So some time ago I bought an lcd display which is using RA8875 for graphic interface and GT811 as a touch controller. Problems starts when I want to programme touch with my board, I can’t find any library ready for arduino IDE and only touch driver I found is for Linux. I don’t know anything about Linux and actually I don’t even know is it possible to transfer that driver into my own arduino library and make my display work properly. So can someone help me with it or give some advices how to do it ?

Display: https://elty.pl/en_US/p/7-inch-800480-Multicolor-Graphic-LCD%2C-with-resistive-touch-screen%2C-RA8875/1126
Linux driver I talked about: waveshare-hid/gt811.c at master · pysco68/waveshare-hid · GitHub

How hove you connected that device to the Arduino?

I connected it like standard i2c module, SDA->SDA nad SCL->SCL. I searched data sheet for example connection but there is only description of every pin and I decided to go for standard one.