DFR0471

DFR0471 Datasheet


32x16 RGB LED Matrix Panel 6mm pitch SKU:DFR0471

Part Datasheet
DFR0471 DFR0471 DFR0471 (pdf)
PDF Datasheet Preview
32x16 RGB LED Matrix Panel 6mm pitch SKU:DFR0471

INTRODUCTION

City night is always beautiful. She is just like a charming girl, showing her beauty every time. The colorful light is jewelry, dotted on her dress. This is a 32x16 RGB LED Matrix Panel, it has 512 full-color RGB LEDs in all. Each LED can be independently addressed and controlled. It requires at least 13 digital GPIOs to control the LED matrix. The led matrix has 2 IDC connectors DATA_IN, DATA_OUT on the back, you can cascade multiple panels and make a huge screen together. BUT Arduino doesn’t support this function, its speed is not enough to multiple panel. What's more, it is a high brightness, long life, no pollution, pure color LED display module. It can be used both indoor and outdoor, safety and stability, the module can not be mutually extrusion deformation, also can be used normally in harsh environment. Note This panel needs a power supply. And if you connect 4 or more screen, it needs a high performance controller, such as Mega 2560, Raspberry. .etc.

SPECIFICATION
• Operating voltage DC 5V
• Average power consumption
• Maxim Power Consumption
• Pixel 32x16=512
• Level of viewing Angle
• Control mode Synchronous control
• Drive mode 1/8 scan rate
• Repetition frequency
• White Balance Brightness
• Refresh frequency
• MTTF hours
• Service Life hours
• Pixel pitch 6mm
• Dimension 192mm*96mm/7.56*3.78 inches
• Thickness 11mm

SHIPPING LIST
• 32x16 RGB LED Matrix Panel 6mm pitch x1
• IDC to XH2.54 cable x1
• IDC to IDC cable x1
• Power supply cable x1

Board Overview
pin order of DATA-IN and ADTA-OUT is SUPPLY 5V.

DATA-IN and DATA-OUT

Label

Name

Function High R data High G data High B data GND Low R data Low G data Low B data GND A line selection B line selection C line selection D line selection CLOCK
14 15 16 POWER Label 1 2 3 4

LAT OE GND

Name VCC GND

LATCH Output Enable GND

Function 5V GND

Tutorial

According to the pinout to connect, then upload the code to UNO, you will be able to see a beautiful display effect.

Requirements
• Hardware DFRduino UNO R3 x1 DFR0471 x1 DuPont cables
• Software Arduino IDE Click to Download Arduino IDE from

Connection Diagram

DFR0471 Connection Diagram Note It needs an external power supply, the USB is only not enough power.
16P Interface Diagram

DFR0471 16P Pinout

Sample Code 1

Click to download the library Adafruit-GFX-Library. RGB-matrix-Panel. How to install the library?
* * For 32x16 RGB LED matrix. * * lg.gang * V1.0 * 2016-10-28 * * GNU Lesser General Public License. * See for details. * All above must be included in any redistribution *
#include <Adafruit_GFX.h> // Core graphics library #include <RGBmatrixPanel.h> // Hardware-specific library
#define CLK 8 // MUST be on PORTB! Use pin 11 on Mega #define LAT A3 #define OE 9 #define A A0 #define B A1 #define C A2 RGBmatrixPanel matrix A, B, C, CLK, LAT, OE, false ;
void setup matrix.begin ;
void loop
// draw a pixel in solid white matrix.drawPixel 0, 0, matrix.Color333 7, 7, 7 delay 500 ;
// fix the screen with green matrix.fillRect 0, 0, 32, 16, matrix.Color333 0, 7, 0 delay 500 ;
// draw a box in yellow matrix.drawRect 0, 0, 32, 16, matrix.Color333 7, 7, 0 delay 500 ;
// draw an 'X' in red matrix.drawLine 0, 0, 31, 15, matrix.Color333 7, 0, 0 matrix.drawLine 31, 0, 0, 15, matrix.Color333 7, 0, 0 delay 500 ;
// draw a blue circle matrix.drawCircle 7, 7, 7, matrix.Color333 0, 0, 7 delay 500 ;
// fill a violet circle matrix.fillCircle 23, 7, 7, matrix.Color333 7, 0, 7 delay 500 ;
// fill the screen with 'black' matrix.fillScreen matrix.Color333 0, 0, 0 ;
More datasheets: B84143G20R112 | SPB-3924 | SPB-3902 | SPB-3903 | SPB-3923 | SPB-3904 | SPB-3921 | SPB-3901 | SPB-3922 | 473


Notice: we do not provide any warranties that information, datasheets, application notes, circuit diagrams, or software stored on this website are up-to-date or error free. The archived DFR0471 Datasheet file may be downloaded here without warranties.

Datasheet ID: DFR0471 508786