Well looking at the video there doesn’t seem to be a difference between first and second digit - both seem to display non-numeric garbage, that’s where my suspicion came from. What would you expect to see? Numbers? In which order? Counting up and then down again?
I made four 2-digit displays (so 8 digits total) each display gets controlled via a CC.
CC101 display 1
CC102 display 2
CC103 display 3
CC104 display 4
Now i want them to show only a specific set of values.
For example:
3.2.
1.6.
1.4.
4
32
So i created two different MAPs for first and the 2nd digit.
Here is the ngc code:
I would very much doubt that the double assigning of IDs plays a role if it works three times.
You said that you double checked all the midi hardware, exchanging the SR chips etc. How difficult would it be to swap your displays. E.g. swap display 3 & 4 and see if it is still display 4 which makes the trouble? Just to try to narrow down the problem. Do you have a scope which you could use to debug the signals.
I would very much doubt that the double assigning of IDs plays a role if it works three times..
Yes a messed up wiring would also affect the other LEDs.
How difficult would it be to swap your displays. E.g. swap display 3 & 4 and see if it is still display 4 which makes the trouble? Just to try to narrow down the problem.
I allready swaped the output connections of the sr_dout_sel shift register.
It turns out that only LED_MATRIX:1 has this strange behavoir.