Ideas on Octobrite Defillipi?

Can anyone offer any advice on how to run the Octobrite Defillipi board octobrite_defilippi [macetech documentation] from the Fez Cobra? The big question being which pins on the Cobra might correspond with the ones listed on the Arduino board? I don’t suppose someone has already done this and has sample code? Thanks.

They say they are using 4 pins,

#define clockpin 13 // CI
#define enablepin 10 // EI
#define latchpin 9 // LI
#define datapin 11 // DI

so that’s a simplistic SPI connection. Perhaps IO24/IO27 plus an enable and latch pin will work for you.