Actions

Difference between revisions of "Driving a shift register led display driver"

From Just in Time

m (6 revisions: copying content from old site)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
Using a shift register like the 74HC164 you can drive a 7-seg display using only 2 lines from the processor.
 
Using a shift register like the 74HC164 you can drive a 7-seg display using only 2 lines from the processor.
  
With some smart wiring, you can even count to 16 using 8 bits and 1 74HC164 (just use bit 7 to set the decimal).
+
With some smart wiring, you can even count to 19 using 8 bits and 1 74HC164 (just use bit 7 to set the decimal).
 +
 
 
[[Image:Displ1.JPG]]
 
[[Image:Displ1.JPG]]
  
[[Image:Displ2.JPG]]
+
[[Image:Displ2.jpg]]

Latest revision as of 22:07, 12 July 2010

Using a shift register like the 74HC164 you can drive a 7-seg display using only 2 lines from the processor.

With some smart wiring, you can even count to 19 using 8 bits and 1 74HC164 (just use bit 7 to set the decimal).

Displ1.JPG

Displ2.jpg