12-01-2014, 07:44 PM
(This post was last modified: 12-01-2014, 07:49 PM by Apocryphan.)
In each 4x16 reciever it uses the four 4 bit values to write 1 line, and the other value just picks which line. The four 4 bit values will trigger the AND gates vertically, and then the horizontal will be pulsed.
1
2
3
4
1-2-4-8 1-2-4-8 1-2-4-8 1-2-4-8
So for each 4x16 you will need 20 hex values, sent in 4 sets of 5. And for a 16x16rewritable you just use 4 separate wires, 1 for each 4x16 chunk.
The hex serial busser is really simple, and the decoders are easy to time, i will make a few controls for this, using 4 binary to hex decodees and an array of shifting memory cells for a rewritable file, or just using hoppers and 4 serial bussers per wire. I can upload a schematic or world after work if you want to see it and tinker.
1
2
3
4
1-2-4-8 1-2-4-8 1-2-4-8 1-2-4-8
So for each 4x16 you will need 20 hex values, sent in 4 sets of 5. And for a 16x16rewritable you just use 4 separate wires, 1 for each 4x16 chunk.
The hex serial busser is really simple, and the decoders are easy to time, i will make a few controls for this, using 4 binary to hex decodees and an array of shifting memory cells for a rewritable file, or just using hoppers and 4 serial bussers per wire. I can upload a schematic or world after work if you want to see it and tinker.