LED - 7. Distrbuted display system for very large RGB LED matrices
So far I've covered a lot of blogs that mainly use Raspberry Pi + RGB Matrix HAT. The reason is that the display content can be handled freely. In particular, using the OpenCV and PIL modules in Python, various contents can be produced. The RGB LED Matrix is so popular and widely used that there are many commercial products also. Users who unfamiliar with programming can also create their own content using specialized products for the RGB LED matrix, such as the HD-D15. My other blog has covered how to use this product. But I still love the combination using Raspberry Pi + RGB Matrix HAT. In previous posts, we have seen how to use up to 3 LED chains in one HAT. Normally, up to 12 LED Matrix can be connected in one daisy chain, but this value depends on the size of the LED Matrix, the performance of the Raspberry Pi, and the CPU resources required for real-time content creation. Assuming that up to 12 32 X 64 LED matrixes are connected per chain, it is theoretically possible to c...