Function of 74HC138: 8-bit binary decoder
The function of 74HC138 is to select the display line. One 74HC138 can select one of the 8 lines, so there are 2 74HC138s on the unit board/module, so that one line can be selected from 16 lines for display
Pin 8 GND, power ground.
Pin 15 VCC, power positive pole
Pins 1~3 A, B, C, binary input pins.
Pins 4~6 are controlled by the bit selection signal. Only when pins 4 and 5 are "0" and pin 6 is "1", it will be selected, and the output is controlled by the A, B, C signals. Any other combination will not be selected, and the output of Y0~Y7 is all "1".
By controlling the selection pin to cascade, it can be expanded to sixteen bits.
For example: G2A=0, G2B=0, G1=1, A=1, B=0, C=0, then Y0 is "0" and Y1~Y7 are "1", see the truth table for details.
Function of 74HC595: LED driver chip, 8-bit shift latch
Used to drive display columns, each 74HC595 can drive 8 columns, multiple 74HC595s are connected in series
Together, the serial column data signal RI (DATA), latch signal STB, and serial clock signal CLK are all on this chip
Pin 8 GND, power ground.
Pin 16 VCC, power positive
Pin 14 DATA, serial data input port, display data enters from here, must have the cooperation of the clock signal to shift in.
Pin 13 EN, enable port, when this pin is "1", QA~QH ports are all "1", when it is "0", the output of QA~QH is controlled by the input data.
Pin 12 STB, latch port, after the input data is transferred to the register, only a latch signal can be supplied to send the shifted data to QA~QH ports for output.
Pin 11 CLK, clock port, each clock signal will shift one bit of data into the register.
Pin 10 SCLR, reset port, as long as there is a reset signal, the data shifted into the register will be cleared, the display screen does not use this pin, usually connected to VCC.
Pin 9 DOUT, serial data output port, transfers data to the next one.
Pins 15, 1~7, parallel output port, also known as drive output port, drives LED.
Function of 4953: row driver tube, power tube
The current required for each display row is relatively large, so row driver tubes are used. Each 4953 can drive 2 display rows
Its interior contains two CMOS tubes, pins 1 and 3 are VCC, pins 2 and 4 are control pins, pin 2 controls the output of pins 7 and 8, and pin 4 controls the output of pins 5 and 6. Only when pins 2 and 4 are "0", 7, 8, 5, and 6 will output, otherwise the output is in high impedance state.
Function of TB62726: LED driver chip, 16-bit shift latch
Some unit boards/modules use TB62726 instead of 74HC595. One TB62726 can drive 16 columns, and that's it.
Pin 1 is GND, power ground.
Pin 24 VCC, positive power supply
Pin 2 DATA, serial data input
Pin 3 CLK, clock input
Pin 4 STB, latch input
Pin 23 output current adjustment terminal, connected to resistor adjustment
Pin 22 DOUT, serial data output
Pin 21 EN, enable input
Other functions are similar to 74HC595, except that TB62726 is a 16-bit shift latch with output current adjustment function, but no high level will appear on the parallel output port, only high impedance state and low level state. 74HC595 parallel output port has high level and low level output. TB62726 has the same pin function as 5026 and similar structure.