Re: Multiplexing LEDs - calculating resistor value



On Tue, 27 Jun 2006 23:32:21 GMT, Rich Grise <richgrise@xxxxxxxxxxx>
wrote:

On Tue, 27 Jun 2006 11:23:19 -0500, John Fields wrote:

On Tue, 27 Jun 2006 10:37:44 -0500, John Fields
<jfields@xxxxxxxxxxxxxxxxxxxxx> wrote:

Like this, actually:

+-------------------------------------------+
| 0ms |
| |<-----------2.5ms----------->| |
| ____________ ________________ |
+---->|____________|________________|--+ |
FILL ROW 1 DO OTHER STUFF | |
+--------------------------------------+ |
| |<----------2.5ms------------>| |
| ____________ ________________ |
+---->|____________|________________|---+ |
FILL ROW 2 DO OTHER STUFF | |
. |
. |
. |
| |
+---------------------------------------+ |
| 20ms |
| |<----------2.5ms------------>| |
| ____________ ________________ |
+---->|____________|________________|-------+
FILL ROW 8 DO OTHER STUFF

If the shift registers have registered outputs, i.e., if the outputs can
stay at the previous state while new data is being clocked in, and it
needs another (different) clock to transfer the new data to the output
latches, you could interleave the shifts - i.e., while row 1 is enabled
and the shift register outputs are latched, clock in row 2 data. Disable
row 1, clock the shift register output latches, and enable row 2, and so
on.

IOW, a given row wouldn't have to be blanked during the shift register
load time.

Cheers!
Rich


--
John Fields
Professional Circuit Designer
.



Relevant Pages

  • Re: Multiplexing LEDs - calculating resistor value
    ... If the shift registers have registered outputs, i.e., if the outputs can ... and the shift register outputs are latched, clock in row 2 data. ... row 1, clock the shift register output latches, and enable row 2, and so ...
    (sci.electronics.design)
  • Re: Multiplexing LEDs - calculating resistor value
    ... If the shift registers have registered outputs, i.e., if the outputs can ... and the shift register outputs are latched, clock in row 2 data. ... row 1, clock the shift register output latches, and enable row 2, and so ...
    (sci.electronics.design)
  • Re: Single pin to control a shift register
    ... If there's a duplicate thread, ... I have an 8-Bit shift register chip, and at any time there will ... Each shift-register pin will go to a single LED, ... and the second pin would go to the clock input on ...
    (comp.arch.embedded)
  • Re: Spartan3 SRL16 + SliceFF, LUT stability
    ... polarity must be the same for both, SRLs and FFs). ... The LUT memories act ... shift register tap value results in an immediate change ... to the output without regard for the clock. ...
    (comp.arch.fpga)
  • Re: Avoiding meta stability? No where in this thread...
    ... it is logically indistinguishable from a shift register. ... this is a two stage synchronizer. ... The "clock it on the falling edge" ... circuit saves 1/2 a cycle in synchronizer latency, ...
    (comp.arch.fpga)

Loading