nokia 1202 lcd on Arduino Zero

Hi!

I'v been trying to interface nokia 1202 lcd on my homemade arduino zero board. I'm using THIS library.

previously I used this exact library with arduino uno and it works fine. but can't get it to work on zero.

note: it uses bitbanged SPI to interface with the lcd not hardware SPI.

How can I adapt this library to work with Zero?