Arduino DMD Controller
BackControlling a pinball plasma dot matrix display with an Arduino I/O board.
Channel: Howto & Style
Uploaded: April 21, 2007 at 9:09 am
Author: imtzo
Length: 0:00:42
Rating: 0.00
Views: 6,568
Tags: arduino pinball dmd project
Video Comments:
ytgentry (Friday 5th of September 2008 11:33:47 PM)
Is the horrible flashing visible in real life?
imtzo (Saturday 6th of September 2008 06:45:07 AM)
No, that's an artifact of the difference in frame/scan rate between the camera and DMD.
imtzo (Sunday 30th of March 2008 07:02:23 PM)
@coondogtheman1234: The DMD only takes a digital signal, so you'd have to create something that would read the composite video and convert it to 128x32 pixels grayscale, and then 'render' it back out to the DMD.
coondogtheman1234 (Sunday 30th of March 2008 05:15:43 PM)
can youi feed a standard composite video signal into this display and have it show it on the screen, like hook a video game system to the input of the controller and have the video game be shown on the screen, do a video on that
caguitar99999 (Friday 14th of March 2008 05:16:16 PM)
does the display have all the multiplexers, registers, etc? are you using the arduino as a data train, or does the arduino actually do the multiplexing? i'd really love to know how you pulled this off..