??? 02/18/07 13:52 Read: times |
#133214 - the way multiplexing works Responding to: ???'s previous message |
my display has 8 rows in total, each row is connected to one transistor (1 tranistor is responsible for 96 columns) with 8 transistors in total. Multiplexing means that I will only enable one transistor at a time in my software. This will lower the required wattage, not to mention also lower the brightness. Compare this with a constant current display which turns on all 8 rows simulataneously. Correct me if I am wrong. |