The driving principle of the unit board
LED unit board is a dot matrix of a large number of monochrome or tricolor LEDs, with scanning drive, generally the rows and lines share the cathode, and the single-column monochrome LEDs share the anode, and a dedicated chip is used for constant current drive. The so-called scanning drive means that the data lines of each column are shared, and only one row of the unit board is selected and lit at the same time, and the whole screen is displayed through fast scanning and human visual retention. Some well-made unit boards provide built-in afterglow and blanking functions. When scanning other rows, the previously lit rows will continue to light up, and when rescanning the current row, the pixels that should not be lit will be forced to turn off, so as to reduce the flicker of the screen and improve the display effect of the picture.
The row selection signal of HUB75 operates in the same way as the address line of the memory. It uses multiple address lines to combine the high and low levels to form the binary digits, and then the combined signal of n address lines is converted into a row selection signal of 2^n select 1 through a decoder. The various variants (or implementations) of the HUB75 interface are basically derived from this. Generally, the socket of HUB75 uses a 16P simple horn socket. The following is a schematic diagram of the interface:
Note the three pins 9, 10, and 11, named A, B, and C respectively. These three lines are the three bits of the 3-bit address lines A0, A1, and A2. In the internal implementation of the unit board, a 3-8 decoder is used to convert the binary combination of the high and low levels of the three input address lines into the selected state of one of the 8 output chip select lines. For example, when the level values of these four bits are H, L, and L respectively, it means that the current row address is 001b, so address line 1 (that is, representing the second row) is selected, and the others are unselected. Due to the differences in the specific internal design of the manufacturer, the row selection activation state may be high or low, so the specific level cannot be determined here, only which line is in the activated state. Since only one of the 8 row selections is activated at the same time, that is, 1/8 of the rows are being lit at the same time, this scanning method is called 1/8 scanning, and the industry abbreviation is "8 scanning".
Variants are generated from this. Some unit boards have less than 8 rows and do not need so many address lines, so the unnecessary address lines will be left vacant or grounded. For example, the unit board with 1/4 scan will leave the C pin 11 vacant and only use 2 address lines. The unit board with 1/32 scan will use the 12th and 6th pins as the D and E signals, i.e. the fourth and fifth bits of the binary row address, and use a 5-32 decoder to provide 32 row address lines for a wider range of scanning. At this time, the most commonly used variant of HUB75 is formed - HUB75E.
|