Now i asked the friends of microkontroller.net for advice and they say that it is possible to make a Array with a 74HCT595 and let them work in a H-Bridge way together and Pulse the two LEDs from each direction.
Regarding the German discussion i linked above i now know:
Charlyplexing is not possible with HC595 because the Tristate OE! is one signal for all outputs. I didn’t find a Chip with multiple OE until now. Exept makting a uC working as a HC595 there is no solution for this…
But i think it should be easier somehow without those NPN Transistors driving the Selection Lines. Did i mis a schematic somewhere or is there no documentation available yet?
I looked trou the parameters of NG .NGC and was surprised how much was added since i read that last time! Thats really a great work. Thank you so much.
i will have 3 selection lines and 8 rows with each color to get 24 RGB Backlit Buttons.
I didn’t find a parameter to set the number of selection lines in the .NGC..?
ok. I tried a bit around today but can’t figure out how that all works.
I added a DOUT4 to my core and took one resistor Array out of it by making short connections where the Array resistor was before. Then i added this code to my NGC file:
i connected a LED to D0 of SR3 (Cathode) and D0 SR4 (Anode). I loaded that code to my Core and the LED went ON.
I was surprised.
Then i tried to find out the command to lit a LED one by one and found that the normal LED comand: “EVENT_LED id=999 hw_id=16 value=127” makes i go dark. Value=0 makes it go on.
Can somebody explane me why its hw_id=16 and not 8 ?