Porting from Uno to MKRZERO

Newbie here, I'm attempting to run the following code

that appears to be written for a Uno on a MKRZERO. I have installed the Adafruit_ILI9341 and Adafruit_GFX_Librar.

What is involved in porting this code to the MKRZERO?

Quite a lot is involved as it was intended to an AVR MCU and not a SAMD MCU.

There are some strong differences in the two architecture alone not to mention the hardware pin outs which would require either an MKR to UNO adaptor or jumper wires.

Thanks for that, I was able to get in running this morning, with some really simple changes. I was more than surprised as to how easy it was. I think this is because most of the graphics are actually being handled by the actual display driver hardware and as long as the correct SPI commands are sent it works.

Kudos to the contributors (Limor Fried/Ladyada) that wrote the graphics libraries.

WOW you should post a write up on how you did it...could be useful to others.