DFR0499

DFR0499 Datasheet


64x64 RGB LED Matrix Panel 3mm pitch SKU:DFR0499

Part Datasheet
DFR0499 DFR0499 DFR0499 (pdf)
PDF Datasheet Preview
64x64 RGB LED Matrix Panel 3mm pitch SKU:DFR0499

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 64x64 RGB LED Matrix Panel, it has 4096 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. So the UNO board won’t be a good choice in this application, recommended Mega 2560, Raspberry Pi and the other kinds of microcontroller with large RAM and high speed. 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.

SPECIFICATION
• Operating voltage DC 5V
• Average power consumption
• Maxim Power Consumption
• Pixel 64x64=4096
• Level of viewing Angle
• Control mode Synchronous control
• Drive mode 1/16 scan rate
• Repetition frequency
• White Balance Brightness
• Refresh frequency
• MTTF hours
• Service Life hours
• Pixel pitch 3mm
• Dimension 190 * 190 * mm / * * inches
• Thickness 11mm

SHIPPING LIST
• 64x64 RGB LED Matrix Panel 3mm 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 DATA-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
11 12 13 14 15 16 POWER Label 1 2 3 4

C D CLK LAT OE GND

Name VCC GND

C line selection D line selection CLOCK LATCH Output Enable GND

Function 5V GND

Tutorial

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

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

Connection Diagram

DFR0499 Connection Diagram

Note It needs an external power supply, the USB is only not enough power to drive the screen
/ *************** Control signal pin connected to MEGA2560 ************************ / R1-> 24 G1-> 25 B1-> 26 R2-> 27 G2-> 28 B2-> 29 HA-> A0 HB-> A1 HC-> A2 HD-> A3 HE-> A4 OE-> 9 LAT-> 10 CLK-> 11 GND-> GND / *************** Power Interface ************************** / + 5V -> + 5V DC power supply positive + 5V -> + 5V DC power supply positive GND-> DC power supply negative GND-> DC power supply negative
16P Interface Diagram

DFR0499 16P Pinout

Sample Code 1

Please download DFRobot_RGBMatrix library first
#include <DFRobot_RGBMatrix.h> // Hardware-specific library
#include <Wire.h>
#define OE 9
#define LAT 10
#define CLK 11
#define A
#define B
#define C
#define D
More datasheets: HLMPM301 | HLMPM501 | HLMPM351 | HLMPM251 | HLMPM200 | HLMPM500 | HLMPM551 | HLMPM300 | 2540004 | HDW22LOCKWASHERPLTD


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 DFR0499 Datasheet file may be downloaded here without warranties.

Datasheet ID: DFR0499 508801