Hi brad,
Just Curious, with the matrix LED sign you have all the LED anodes in a given ROW feeding to one transistor, and all the cathodes in a column feeding to another transistor.
I am guessing that the screen is thus refreshed by "scanning" through the entire panel form top left to bottom right sequentially ... and activating the Row and Column transistor for any given LED's if required.
Is that right???
If so, what is the ON time for a single led?
guessing ( (1/refreshrate) / number of LEDs)
Cheers,
Fin.
Refreshing...
Moderators: Chuckt, Garth, bitfogav
- brad
- Site Admin
- Posts: 2578
- Joined: Fri Mar 26, 2010 10:30 pm [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
Very close, I actually have the Anodes connected in rows then they connect to one of the 8-bit ports of the uC through resistors. (Since each port pin an handle 25mA, this enough to drive one LED)Just Curious, with the matrix LED sign you have all the LED anodes in a given ROW feeding to one transistor, and all the cathodes in a column feeding to another transistor.
As for the Cathodes, they are each connected in columns, then they each connect to the collector of a transistor.
each frame is drawn one column at a time. So the data will be placed on the data bus and then we turn on just one column of cathodes to display that data. Then we turn it off, send through the next byte of data and then activate the next successive column etc...I am guessing that the screen is thus refreshed by "scanning" through the entire panel form top left to bottom right sequentially ... and activating the Row and Column transistor for any given LED's if required.
I am not actually sure about the on time, I just throw in a delay routine and see how it looks, if it is too 'flickery' then I need to decrease the delay, however, if they delay is not long enough the screen won't be as bright. so I may have to adjust the delay slightly 2 or 3 times to get it spot on.If so, what is the ON time for a single led?
guessing ( (1/refreshrate) / number of LEDs)
Who is online
Users browsing this forum: No registered users and 1 guest