LED-11. Make a very big size 384 X 512 RGB Matrix #2
In a previous article, I decided to make a large-sized LED signboard to promote the cafe (BlueBird) and even talked about the process of making the frame. In this article, we will talk about the connection and power of the LED panel, and the connection of the Raspberry Pi. LED Pannel The LED panel I use is P2.5 128X64. In the figure below, the hole is an M3 standard hole that can fix the panel, and the depth is 5mm. <P2.5 128 X 64 LED Matrix size> There are 128X64 = 8192 pixels in one panel. Therefore, since a total of 24 panels are used, a total of 196,608(192K) pixels are used. An LED signboard of this size cannot be controlled by a single Raspberry Pi. First Design I plan to control the LEDs using a total of 3 Raspberry Pis. <Configuration> The following figure shows the connection of the top 9 panels. <Top 9 pannels connection> This configuration worked successfully. However, the refresh rate of the screen was around 120Hz. <Top 9 panel test ...