TIL595 Hexadecimal display controller with shift register input¶
- Easy to cascade with the fixed number of GPIO necessary
- Better look than the 7-segments displays, with 13 segments
Description¶
The display is created with a set of 20 LEDs, some are driven alone, some a driven by two in series. The constant curent driver ensures a common brightness.
|Function|Description| |Flip-flop strobe input|Shifts the data in the four registers| |Data input|Data to be shifted in the first (MSB) register at rising level on Flip-flop strobe input| |Load strobe input|Loads the shift register to the stage-2 register linked to the decoder| |Reset|Resets all registers to zero| |Segments output|Outputs to connect to anode of LEDs segments| |Data out|Serial data output to be connected to data input of next display| |VCC|Power input pin| |GND|Common ground|
