RGB Full-color LED Matrix Panel Display P3.0-64x32

RGB Matrix P3.0-64x32

Overview

This product RGB Matrix P3.0-64x32 is on-board 2048 full-color display LEDs with 3.0mm pitch, which supports the use of Raspberry Pi developing board. The product is provided with open development resources, suitable for the electronic makers and the related learners to learn or DIY.

Features

  • On-board 64 * 32 = 2048 full-color display LEDs
  • 3.0mm pitch, displaying text, animation and colorful image
  • Onboard two HUB75 headers, respectively for signal input and output. It can be cascaded multi-screen
  • Providing open development resources and tutorials for the use of Raspberry Pi

Specifications

PIXELS64x32
PITCH3.0mm
PIXEL FORM1R1G1B
VIEWING ANGLE≥160°
HEADERHUB75
CONTROL TYPESynchronization
DRIVING1/16 scan
POWER SUPPLY5V/2A
POWER PORTVH4 header input
DIMENSIONS192mm(Length) x 96mm(Width) x 15mm(Height)

Usage

The demo codes of some platforms can directly display the image file, but some platforms need to convert the image data into a hexadecimal array format first, and then copy it to the image data storage array in the demo codes file, so that users can display their own image content according to their needs. Taking the Arduino Mega platform demo codes as an example, if you need to convert and display the image, you can refer to the following link: RGB Dot Matrix Image Conversion Tutorial

Instructions of Hard Interface Configuration

This product is mainly used with the main-board of Raspberry Pi, with HUB75 for signal input and output of dot matrix screen. The interface definitions are in the following figure:

Interface Diagram 2-1

Figure 2-1 Interface Diagram

Figure 2-2 HUB75 Interface

Usage of Raspberry Pi

Figure2-3Raspberry Pi 40P expansion pin diagram

Definitions of Raspberry Pi and wiring pin of signal input interface:

Diagram 2-1 Wiring Pin Definitions
MarkDescription of PinBCM EncodingMarkDescription of PinBCM Encoding
R1R higher bit data11G1G higher bit data27
B1B higher bit data7GNDGroundGND
R2R lower bit data8G2G lower bit data9
B2B lower bit data10EE line selection15
AA line selection22BB line selection23
CC line selection24DD line selection25
CLKclock input17LATlatch pin4
OEoutput enable18GNDGroundGND

This display uses the open source code on github to demonstrate. Please access the Raspberry Pi terminal, and then enter the following commands in turn:

sudo git clone https://github.com/hzeller/rpi-rgb-led-matrix
cd rpi-rgb-led-matrix
sudo make
cd examples-api-use
sudo ./demo -D 9 --led-rows=32 --led-cols=64

This display uses the open source code on github to demonstrate. Please access the Raspberry Pi terminal, and then enter the following commands in turn:

For more details about the demo, please read the contents of the README.md file carefully.

Cautions of Demo

1、Turn off onboard audio

Please modify the content of /boot/config.txt into "dtparam=audio=off", because the on-board audio and the timing circuitry required by RGB-Matrix cannot be run simultaneously.

2、Please do not run any programs that run in parallel with the GPIO pins.

3、Disable the 1-wire interface:raspi-config -> Interface Options -> 1-Wire

4、Add the "isolcpus=3" statement at the end of the /boot/cmdline.txt file, separated by spaces

Usage of demo for Raspberry Pi Pico

The wiring pins definitions of signal input for Pico and RGB LED Matrix Panel as following:

LabelPins DescriptionPico PinsLabelPins DescriptionPico Pins
R1R higher bit dataGP02G1G higher bit dataGP03
B1B higher bit dataGP04GNDGroundGND
R2R lower bit dataGP05G2G lower bit dataGP08
B2B lower bit dataGP09EE line selectionGP22
AA line selectionGP10BB line selectionGP16
CC line selectionGP18DD line selectionGP20
CLKclock inputGP11LATlatch pinGP12
OEoutput enableGP13GNDGroundGND

Usage of Demo:

After wiring the Pico and the display, open the Thonny Python IDE, access the Pico-RGB Matrix LED_64x32 folder in the demo codes in the "File" window (View -> File), and upload all the files and folders in the folder to In Pico, then double-click to open the main.py file, and click the "run" icon in the menu to run the current code.

Usage of demo for Arduino Mega

The wiring pins definitions of signal input for Arduino mega and RGB LED Matrix Panel as following:

LabelPins DescriptionArduino mega PinsLabelPins DescriptionArduino mega Pins
R1R higher bit dataD24G1G higher bit dataD25
B1B higher bit dataD26GNDGroundGND
R2R lower bit dataD27G2G lower bit dataD28
B2B lower bit dataD29EE line selectionA4
AA line selectionA0BB line selectionA1
CC line selectionA2DD line selectionA3
CLKclock inputD11LATlatch pinD10
OEoutput enableD9GNDGroundGND

Usage of Demo:

After wiring the power cable to the display panel and connecting the signal cable according to Table 2-3, access the Arduino_Mega_RGB_Matrix_64x32 folder and double-click to open the Arduino_Mega_RGB_Matrix_64x32.ino file. Then click the Verify button, and then click the Upload button. The demo code realizes the function of displaying text and pictures in a loop.

Usage of demo for ESP32

The ESP32 module used is ESP-WROOM-32E, and the pin definitions of its signal input interface for the RGB matrix screen are shown in Table 2-4:

LabelPins DescriptionESP32 PinsLabelPins DescriptionESP32 Pins
R1R higher bit dataP25G1G higher bit dataP26
B1B higher bit dataP27GNDGroundGND
R2R lower bit dataP14G2G lower bit dataP12
B2B lower bit dataP13EE line selectionP32
AA line selectionP23BB line selectionP22
CC line selectionP5DD line selectionP17
CLKclock inputP16LATlatch pinP4
OEoutput enableP15GNDGroundGND

Usage of Demo:

The Arduino IDE version used in this demo is arduino-ide_2.3.2_Windows_64bit

1.Download and unzip the ESP32_Packages.rar folder (the unzipped esp32 folder will have "hardware" and "tools" subfolders), copy the unzipped esp32 folder to the packages under the installation directory of Arduino IDE, such as C:\Users\Admin\AppData\Local\Arduino15\packages (‘Admin' is the user name of my computer, which needs to be replaced according to the actual user name of your computer), as shown in the figure below:

2. Copy the files in the downloaded demo codes\ESP32\libraries folder to the libraries in the installation directory of Arduino IDE; for example, the path on my computer is C:\Users\Admin\Documents\Arduino\libraries (Admin is the user name of my computer, which needs to be replaced according to the actual user name of your computer);;

3. After connecting the power cable to the screen and connecting the signal cable according to Table 2-4, enter the ESP32 folder and you will find 4 subfolders: SimpleTestShapes, PatternPlasma, BouncingSquares, AurroraDemo, where SimpleTestShapes is for basic shape display, PatternPlasma is for plasma pattern display, BouncingSquares is for bouncing square display, and AurroraDemo is for animation effect display;

4. Select the appropriate board and port according to the ESP32 module model you are using, as shown in Figure 2-4 below:

5.Then click the Verify button, and then click the Upload button. The demo code implements the function of displaying text and pictures in a loop.

Dual screen cascading

When using dual screen cascading, such as screens A and B, the signal interface of the MCU is connected to the Signal Input connector of screen A through a 16P gray cable, and then the Signal Output connector of screen A is connected to the Signal Input connector of screen B through another 16P gray cable. Of course, you should also provide 5V power to both RGB Matrix Screens at the same time, as shown in the wiring diagram in Figure 2-4. In addition, the example code also needs to be modified. For example, on the Raspberry Pi Pico platform, you need to modify the 13th line of main.py in Pico-RGB Matrix LED_64x32to "unit_width=128", and finally use the "RGB. test (8)" statement to test the effect of dual screen cascading.

Figure 2-4 Dual screen cascade wiring diagram

At present, we only provide the demo codes code for Raspberry Pi Pico platform dual screen cascading.

Resources

Product

Demo codes for Raspberry Pi platform

https://github.com/hzeller/rpi-rgb-led-matrix

Demo code for Raspberry Pi Pico,Arduino Mega,ESP32

Pico-RGB Matrix LED

Arduino_Mega_RGB_Matrix

ESP32-RGB Matrix LED

Demo codes for Dual screen cascade

Pico-RGB Matrix LED

Technical Support

Technical Support and Product Notes