Ili9488 Tft with FT6236 Touch screen

Hi
A friend of mine has a 3.5" TFT Touch screen from BuyDisplay.
The TFT part is already fine with a demo skeych. The problem is making the ILI9488 interact with the Touch screen FT6236.
The Ili9488 library I'm using is this: GitHub - jaretburkett/ILI9488: Arduino Library for the ILI9488 TFT controller for 4 wire SPI

The FT6236 that I found and willing to use is this: GitHub - renaudcalmont/FT6236_t3: FT6236 Capacitive Touchscreen driver for Teensy/Arduino

I couldn't find a link for a sketch with these 2 libraries being used simultaneously. Is there something like this? Or all we need is a sketch with tft and touch screen and change the library references?

I'm starting with this Arduino/Teensy thing and all I have done is my midi joystick micro-project, so I really need a bunch of help to be able to help my almost-zero-english-speaking friend.
Thanks for any help you can give me.
Best regards
Joao

I forgot to mention that this is for the Capacitive touch screen version.

Solved using these files:
[u]https://github.com/prenticedavid/ILI9488/tree/david_9488[/u]

Thank you David Prentice

Please note that the "master" Branch is just the unchanged initial fork from janetburkett/ILI9488
If anyone else wants to use this display, they should use the "david_9488" Branch.

If more than Joao is interested, I will put everything on the "master" Branch.

David.

Edited the link for the right branch.
Thanks for the heads up David