Aug '13
Great work sanc04!This is a
Great work sanc04!
This is a challenging project especially when you have not built something like this before, but it sounds like you learned a lot during the process. I’m sure your skills have been much improved by this project, you should indeed be proud =)
1 reply
Aug '13
Update- I attached the code
Update- I attached the code for this (tried my best to explain through comment lines)
Aug '13
Oct '13
Fantastic
Brilliant piece of work. Even the soldering!! You made your own arduino from the chip!. Must look up how to flash the chip with the Arduino bootloader. My effort still only has 8x8 LEDs.
1 reply
Oct '13
Shiftin’
I didn’t look at the code yet. Are you usingthe shift registers to scroll the bits across, or are you just using them as single line drivers to the columns?
1 reply
Oct '13
▶ BaseOverApex
Both in a way, scanning
Both in a way, scanning across the cloumns while feeding the rows with appropriate bits. Three shift registers are used to scan the columns and the fourth shift register is controlling the rows.
So, i turn up a column, shift the corresponding byte in the row shift reg, then next column with next corresponding row byte, then next… When all the 24 columns are scanned (several times at a very fast rate for some time, so we can see it as a continuous display) i shift the matching row byte of a column by one place so it is now synchronised with the next (left column) thereby scrolling it by one place in left direction 
Oct '13
▶ BaseOverApex
Thank you 
Thank you for the nice words Base 
Aug '14
**stumbled across this… **
Your boards are inspiring!!! Most excellent work!
1 reply