Gameduino + Arduino Due?

Hello,

can anybody confirm, whether the Gameduino VGA interface will work on the Arduino Due? Will it have problems due to the different clock speed or voltage?

Greetings.

Gameduino is 3.3V and uses SPI, so shouldn't be a problem except the SPI is on different pins. (Haven't received my Gameduino yet so can't confirm.) :roll_eyes:

I'm using MOD-VGA32 from Olimex (full compatible with ) with my Arduino Due and it's work perfectly.
no voltage problem and it's very fast (SPI.setClockDivider(9, 10); maximum speed i can do on my board ).

Read http://arduino.cc/en/Reference/SPI and http://arduino.cc/en/Reference/DueExtendedSPI

enjoy it

Eddy