A GPU For An Arduino

GPU

As the creator of the Gameduino, a shield that adds a VGA port and graphics capability to any Arduino, [James] knows a little something about generating high quality video with a microcontroller. His latest project, the Gameduino 2, blows his previous projects out of the water. He’s created an Arduino shield with a built-in touchscreen that has the same graphics performance as the Quake box you had in the late 1990s.

The power behind this shield comes from a single-chip graphics solution called the FTDI EVE. This isn’t the first time we’ve heard about the FTDI EVE, but this is the first instance of a project or product using this very cool embedded graphics engine. The Gameduino 2 uses an FT800 graphics chip over an SPI connection to give a 480×272 TFT touch panel the same graphical capabilities as a Voodoo 2 graphics card. From the video, [James] is able to put thousands of sprites on a screen, as well as simple 3D animation, and extremely impressive 2D animations using only an Arduino.

While the Gameduino 2 is designed to be a game console you program yourself, we’re thinking this would be even more useful as a display for standalone projects.

27 thoughts on “A GPU For An Arduino

  1. Not to detract from the project at all, but why is this being compared to a Voodoo 2 card? Unless this thing can do Z-buffered object occlusion testing, it isn’t comparable. And it has a max interface bandwidth of less than 4MB/sec, which isn’t enough for quake-like games.

  2. EVE is not even doing texture mapping, let alone Z-Buffer, traingle setup… EVE is a sprite/tile accelerator, somewhat similar to what pre 3D area game consoles did. This is a very clever design for memory bandwidth constrained system and no memory mapping, such as a slow emebedded CPU with SPI connection. But it really bears absolutely no resemblence to a PC graphic card, neither the 2D nor the 3D variety.

    1. Fartface is spot on here (shudder, that is weird)
      There are plenty of projects that this can be used for.
      I have a 4×4 and i can imagine a few stats i would like displayed on something like this as well as the radio functions.

  3. http://store.arduino.cc/ww/index.php?main_page=product_info&cPath=11_15&products_id=288

    Arduino TFT LCD Screen

    Code: A000096

    The Arduino Graphic LCD (GLCD) screen is a backlit TFT LCD screen with headers. You can draw text, images, and shapes to the screen with the GLCD library. There is an onboard micro-SD card slot on the back of the screen that can, among other things, store bitmap images for the screen to display.

    No graphics acceleration but it’s cheaper and out now and it’s an official Arduino accessory.

Leave a Reply to Jock MurphyCancel reply

Please be kind and respectful to help make the comments section excellent. (Comment Policy)

This site uses Akismet to reduce spam. Learn how your comment data is processed.