Other Parts Discussed in Thread: LP5891, LP5891-Q1, TLC6983, LP5890
Is the 2A line scan switch load current per-line? Or a sum total for all active lines?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi Derek,
The 2 A is the maximum line scan switch load current (I_LINE) that each line-scanning FET can withstand.
I_LINE = sum(all channel currents) / scan-number.
For example, if you are going to use four TLC6984 stackable with 64 multiplexing to support 192 × 64 LEDs or 64 × 64 RGB pixels with 20mA maximum channel output current. Then the I_line = 192(channels) * 20mA / 64(scans) = 60mA < 2A. In such a case to drive 192 channels with 20mA maximum channel output current, you should avoid using scan-number = 1, because the I_line = 192(channels) * 20mA / 1(scans) = 3840mA > 2A.
The same rule applies to TLC6983 / LP5890 / LP5891 / LP5891-Q1.
Best Regards,
Steven
Thanks for the answer, and the confirmation about similar devices. Appreciate the help.