codename25
Member level 3
- Joined
- Jan 15, 2015
- Messages
- 65
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 6
- Activity points
- 555
The principled topology can work, although some details like current limiting resistors are missing.
But here for 7 rows only 3 pins are connected
You are suggesting 1:100 column multiplexing. That's rather unsuitable in terms of peak to average LED current. The circuit posted by ud23 is designed for 1:7 (could be also 1:10) row multiplexing instead. Load 100 bits of a row into the shift register, then activate the respective row driver output. Repeat for all rows.The speed of the update will then be 50 x 100 = 5000 columns each second. Each LED column will then be turned ON 200us each time.
unsigned char seq[]={
0b01111111,
0b00001001,
0b00001001,
0b00001001,
0b00000110,
};
Do you mean 15 mA average current? Then have to chose a LED that is rated for 150 mA peak current with 10% duty cycle. Or 15 mA peak/1.5 mA average. IN both cases the row driver must be able to sink high current, up to 15A respectively 1.5 A.
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?