아두이노용 게임두이노

(Gameduino for Arduino)

IMG_0242

개요

  • 게임두이노는 아두이노를 위한 게임아답터 보드로 아두이노에 꼽아 사용할 수 있는 쉴드 형태의 제품입니다.
  • VGA 모니터 커넥터와 스테레오 스피커를 장착하고 있습니다.
  • 80/90년대의 오락 사운드와 그래픽을 제공하며, 탑재된 FPGA 칩으로 이전 오락실용 그래픽보다는 더 낳은 sprite 이미지 처리 능력을 보여줍니다.
  • 게임두이노는 SPI 인터페이스를 이용하여 제어가 되며, 32KB RAM을 가진 프로세서와 동작이 가능합니다.

특징

  • Video output is 400x300 pixels in 512 colors
  •  All color processed internally at 15-bit precision
  •  Compatible with any standard VGA monitor (800x600 @ 72Hz)
  •  Background Graphics ◦512x512 pixel character background
  •  256 characters, each with independent 4 color palette
  •  pixel-smooth X-Y wraparound scroll
  •  Foreground Graphics ◦each sprite is 16x16 pixels with per-pixel transparency
  •  each sprite can use 256, 16 or 4 colors
  •  four-way rotate and flip
  •  96 sprites per scan-line, 1536 texels per line
  •  pixel-perfect sprite collision detection
  •  Audio output is a stereo 12-bit frequency synthesizer
  •  64 Independent Voices 10-8000 Hz
  •  Per-Voice Sine Wave or White Noise
  •  Sample Playback Channel
  • Through Gameduino, you can master the structure composition of sprite palette in the game, the way to move, rotate and display the background image, and the compiling principle of the game music code. In addition, you can also learn the principle in the game, such as collision against and destroying the enemy by bullets. Eventually you can master how to write game codes.

문서

연관제품