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 5V@5A power supply.
SPECIFICATION
Operating voltage: DC 5V
Average power consumption: 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
https://github.com/DFRobot/DFRobot_RGBMatrix
#include // Hardware-specific library
#include
#define OE
9
#define LAT
10
#define CLK
11
#define A
A0
#define B
A1
#define C
A2
#define D
A3
#define E
A4
#define WIDTH 64
#define HIGH
64
int a=0;
int b=16;
DFRobot_RGBMatrix matrix(A, B, C, D, E, CLK, LAT, OE, false, WIDT
H, HIGH);
void setup()
{
matrix.begin();
// fill the screen with 'black'
matrix.setTextSize(1);
// size 1 == 8 pixels high
matrix.fillScreen(matrix.Color333(0, 0, 0));
delay(500);
}
void loop()
{
byte i;
if(a
很抱歉,暂时无法提供与“DFR0499”相匹配的价格&库存,您可以联系我们找货
免费人工找货