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.

---
You don't have to disable anything, you just increment the row
decoder at the same time that you latch the new data. Read the
earlier posts and you'll see that three inputs are provided for the
shift registers: serial data, data clock, and output latch clock.
---

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

---
Where did you read that it does?


--
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: LCD controlling with comparators
    ... don't have any shift registers, and couldn't find any on maplin or Rapid ... so your clock is more accurate. ... > compensate for this a bit, but temperature also affects the oscillator ... Since my driving chip has spare pins, ...
    (sci.electronics.basics)
  • Re: Controlling hundreds of LEDs
    ... all of the ROW shift registers are daisy-chained together, ... to move data what you do is broadside the seven bits which ... 64 bit row SIPOs and hit _everything_ with the clock. ... was in the row SIPOs prior to that clock one Q farther upstream. ...
    (sci.electronics.design)
  • SERDES
    ... set it up using a PLL, DDIO, a couple of shift registers, and some output ... (between the data clock and the serial data) ... the PLL takes to lock to the incoming clock? ...
    (comp.arch.fpga)