pilo Posted September 6, 2004 Report Posted September 6, 2004 As there's already a switching matrix, can't we also use a led matrix?I though about using some 2n2222 (or other) for line, and column drive by the output of DOUT module.this way it will need less hc595 and draw less current...anyone has already tried it? Quote
jimhenry Posted September 6, 2004 Report Posted September 6, 2004 There are several "Example Applications" for LED matrices on the MIOS Download page: http://www.ucapps.de/mios_download.htmlNote that LED digits are LED matrices too. MIDI Box SID uses a real 8x8 LED matrix.If you want to combine a switch matrix and an LED matrix in one project, it will be easier to use "sm example1". The superfast version may use tricks in the way it handles DOUT that would make it hard to do two different things with DOUT. Quote
pilo Posted September 6, 2004 Author Report Posted September 6, 2004 mmm you man using the same hc595 for switch and led?I'm going to lokk at the example ;)thanks! Quote
jimhenry Posted September 6, 2004 Report Posted September 6, 2004 mmm you man using the same hc595 for switch and led?I was thinking of using the same shift register string but different pins for switches and LEDs. Now that you mention it, the "selector" output pins might be sharable between switches and LEDs. So you might be able to do 64 switches and 64 LEDS with 16 output pins and 8 input pins. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.