Super 5x7 Demo
· Here's a 5x7 dot-matrix demonstrator that I·based on an·SX28.
The 5x7 is "super" because it's 3 x 4.25 inches.· Each "pixel" has a VF of 6.5V or so.
· Here's a YouTube link, to see it in action -- http://www.youtube.com/watch?v=aV0P_2FFLUM
· Attached are the schematics,·a picture of the "main board", and a couple of programs.· One program is that used in the YouTube and the other is just of the "swimmer" going up and down (trapped forever, poor creature.)· So, you can see my approach to interfacing with higher voltages, rendering letters and numbers, and doing animation.
· Fellow members, the programs, schematics, and everything presented here·are for your enjoyment, that is, your personal, private use only; publication and commercial use are expressly prohibited.
· Update -- Though not shown in the schematic, U1 & U2 (the LM339s) are supplied by the +9V (the 7809 output.)
· Another Update --·All of the 2K2 resistors should be pulled up to +9V.· I made the correction in the page1 (_p1) Schematic.
· Post Edit -- 22FEB2009· I devised another animation (set of patterns) and uploaded it to youtube.
Post Edited (PJ Allen) : 2/23/2009 2:25:32 AM GMT
The 5x7 is "super" because it's 3 x 4.25 inches.· Each "pixel" has a VF of 6.5V or so.
· Here's a YouTube link, to see it in action -- http://www.youtube.com/watch?v=aV0P_2FFLUM
· Attached are the schematics,·a picture of the "main board", and a couple of programs.· One program is that used in the YouTube and the other is just of the "swimmer" going up and down (trapped forever, poor creature.)· So, you can see my approach to interfacing with higher voltages, rendering letters and numbers, and doing animation.
· Fellow members, the programs, schematics, and everything presented here·are for your enjoyment, that is, your personal, private use only; publication and commercial use are expressly prohibited.
· Update -- Though not shown in the schematic, U1 & U2 (the LM339s) are supplied by the +9V (the 7809 output.)
· Another Update --·All of the 2K2 resistors should be pulled up to +9V.· I made the correction in the page1 (_p1) Schematic.
· Post Edit -- 22FEB2009· I devised another animation (set of patterns) and uploaded it to youtube.
Post Edited (PJ Allen) : 2/23/2009 2:25:32 AM GMT
Comments
Update -- adding a pic of the SX-board which I wasn't able to include previously.
Post Edited (PJ Allen) : 7/16/2007 2:48:07 PM GMT
Also, having a 3 color 8X8 swimmer would have to more than triple the control circuitry and code would be more complex. You would likely need and SX48 in order to have enough I/O pins.· Getting exactly the right colors might drive you nuts.
In other words, you would hugely expand the scope of the project.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"Everything in the world is purchased by labour; and our passions are the only causes of labor." -- David·Hume (1711-76)········
Post Edited (Kramer) : 9/30/2007 6:24:39 PM GMT
The 3 color 8X8 matrix is more complex because usually the user wants to use all the LEDs to mix colors.
If you really want to try to do so, the Propeller is ideally suitable. Each color takes 8 bits of ROWdata that could be generated by an independent COG. The 8 columbs can be provided by a serial to parallel shift register.
The importantant thing is that you have parallel processing available. That allows you to enable mix colors. At first you might find it a limited pallet, but with each color having an independent processor, you might be able to fool with timing to widen the range of colors.
As you can see, it would likely take 3 SXes that were working in synch. So you really should consider a Propeller to make that $29.95 display worthwhile.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"Everything in the world is purchased by labour; and our passions are the only causes of labor." -- David·Hume (1711-76)········