Difference between revisions of "RGB-Matrix-P4-64x32"

From Waveshare Wiki
Jump to: navigation, search
Line 13: Line 13:
 
=Overview=
 
=Overview=
 
== Introduction ==
 
== Introduction ==
This product is a 64×32 full-color LED matrix panel, with 2048 RGB LEDs onboard, 3mm pitch, supports Raspberry Pi, Pi Pico, ESP32 and Arduino, etc. It provides supporting open-source demos and tutorials, suitable for makers or electronics Enthusiasts start learning, or DIY secondary development into other desktop or wall-mounted display applications.
+
This product is a 64×32 full-color LED matrix panel, with 2048 RGB LEDs onboard, 4mm pitch, supports Raspberry Pi, Pi Pico, ESP32 and Arduino, etc. It provides supporting open-source demos and tutorials, suitable for makers or electronics Enthusiasts start learning, or DIY secondary development into other desktop or wall-mounted display applications.
  
 
{{Amazon|{{#ifeq: {{#urlget:amazon|0}}|{{#urlget:Amazon|0}}| default|}}=display
 
{{Amazon|{{#ifeq: {{#urlget:amazon|0}}|{{#urlget:Amazon|0}}| default|}}=display
 
|More = [http://www.waveshare.com/rgb-matrix-p3-64x32.htm?amazon More]}}
 
|More = [http://www.waveshare.com/rgb-matrix-p3-64x32.htm?amazon More]}}
 
{{RGB-Matrix-P4-64x32 Spec}}
 
{{RGB-Matrix-P4-64x32 Spec}}
 
 
 
 
 
 
 
 
 
 
  
 
=Resources=
 
=Resources=
 
*[[:File:RGB-Matrix-P4-64x32-Demo (1).zip|Demo Sample]]
 
*[[:File:RGB-Matrix-P4-64x32-Demo (1).zip|Demo Sample]]
 
*[https://www.waveshare.com/w/upload/0/00/arduino-1.8.15.zip windows-arduino-1.8.15]
 
*[https://www.waveshare.com/w/upload/0/00/arduino-1.8.15.zip windows-arduino-1.8.15]

Revision as of 07:08, 21 June 2022

RGB-Matrix-P4-64x32
ur1=link=https://www.waveshare.com/rgb-matrix-p4-64x32.htm?amazon}}

RGB LED, 64x32=2048 DOTS, 4mm Pitch
{{{name2}}}

{{{name3}}}

{{{name4}}}

{{{name5}}}

This product is a bare screen and needs to be displayed with the main control board such as Raspberry Pi, ESP32 and Arduino. For details, please refer to the list.

Overview

Introduction

This product is a 64×32 full-color LED matrix panel, with 2048 RGB LEDs onboard, 4mm pitch, supports Raspberry Pi, Pi Pico, ESP32 and Arduino, etc. It provides supporting open-source demos and tutorials, suitable for makers or electronics Enthusiasts start learning, or DIY secondary development into other desktop or wall-mounted display applications.

More

Features

  • 2048 individual RGB LEDs, full-color display, adjustable brightness.
  • 64 × 32 pixels, 4mm pitch, allows displaying text, colorful images, or animation.
  • The dimension is 256 × 128mm, which is moderate and suitable for DIY desktop display or wall mount display.
  • Onboard two HUB75 headers, one for controller data input, one for output, and chain support.
  • Provides online open-source development resources and tutorials, for use with Raspberry Pi, Arduino, and so on.

Specifications

DIMENSIONS 256mm × 128mm
PIXELS 64 × 32=2048 DOTS
PITCH 4mm
PIXEL FORM 1R1G1B
VIEWING ANGLE ≥160°
CONTROL TYPE synchronization
DRIVING 1/16 scan
HEADER HUB75
POWER SUPPLY 5V / 4A(VH4 header input)
POWER ≤20W

Header Definition

RGB-Matrix-P3-64x32-details-03.png

PIN DESCRIPTION PIN DESCRIPTION
VCC 5V power input GND Ground
R1 R higher bit data R2 R lower bit data
G1 G higher bit data G2 G lower bit data
B1 B higher bit data B2 B lower bit data
A A line selection B B line selection
C C line selection D D line selection
E E line selection CLK clock input
LAT/STB latch pin OE output enable

Note: The power supply ports (VCC and GND) of the display screen are 5V power supply, do not connect to other power supply voltages, so as not to burn the display screen.

Usage Scenarios

DIY Maker Desktop Or Wall Mount Display, Signboard, Environment Monitor...

RGB-Matrix-P3-64x32-details-07.jpg

Raspberry Pi Instructions

Please refer to the github information: Demo, wiring reference

User Guides for Arduino Mega

Hardware Connection

Prepare materials

  • RGB-Matrix-P3-64x32
  • Arduino Mega (please purchase it separately)

Hardware Connection Diagram

Arduino-Mega-hw-connect-RGB-Matrix.jpg

Software Settings

  • Download example
  • After connecting the wires according to the hardware connection diagram, the software settings are as follows:
    Arduino-Mega-RGB-Matrix-EN.jpg

RGB text display

RGB-Matrix-P3-64x32-p.png
The effect of running the instance is shown in the following figure:
【Function Description】

  • UI:
    • Can display icons
    • Can display text content such as text and numbers

Resources