Hello,
I recently purchased a DFRobot Mega 2560 and a 64x64 LED matrix, but i can't seem to get it to work correctly.
I have the LED panel connected to the pins on the Mega following the scheme on this page: 64x64_RGB_LED_Matrix_-_3mm_pitch_SKU_DFR0499-DFRobot
I also have a power supply that supplies 5 Volt @ 10 ampere connected to the LED panel.
I tried using their DFRobot_RGBMatrix library and loading up an example but i keep getting this error:
In file included from C:\Users\kings\OneDrive\Documents\Arduino\libraries\DFRobot_RGBMatrix/DFRobot_RGBMatrix.h:16:0,
from C:\Users\kings\OneDrive\Documents\Arduino\libraries\DFRobot_RGBMatrix\example\customizeZH\customizeZH.ino:13:
C:\Users\kings\OneDrive\Documents\Arduino\libraries\DFRobot_RGBMatrix/Adafruit_GFX.h:60:3: warning: #warning "The SD library was not found. loadImage() and image() won't be supported." [-Wcpp]
#warning "The SD library was not found. loadImage() and image() won't be supported."
^~~~~~~
C:\Users\kings\OneDrive\Documents\Arduino\libraries\DFRobot_RGBMatrix\example\customizeZH\customizeZH.ino:24:0: warning: "HIGH" redefined
#define HIGH 64
In file included from sketch\customizeZH.ino.cpp:1:0:
C:\Users\kings\OneDrive\Desktop\Arduino\hardware\arduino\avr\cores\arduino/Arduino.h:40:0: note: this is the location of the previous definition
#define HIGH 0x1
In file included from C:\Users\kings\OneDrive\Documents\Arduino\libraries\DFRobot_RGBMatrix/DFRobot_RGBMatrix.h:16:0,
from C:\Users\kings\OneDrive\Documents\Arduino\libraries\DFRobot_RGBMatrix\DFRobot_RGBMatrix.cpp:28:
C:\Users\kings\OneDrive\Documents\Arduino\libraries\DFRobot_RGBMatrix/Adafruit_GFX.h:60:3: warning: #warning "The SD library was not found. loadImage() and image() won't be supported." [-Wcpp]
#warning "The SD library was not found. loadImage() and image() won't be supported."
^~~~~~~
In file included from C:\Users\kings\OneDrive\Documents\Arduino\libraries\DFRobot_RGBMatrix\Adafruit_GFX.cpp:34:0:
C:\Users\kings\OneDrive\Documents\Arduino\libraries\DFRobot_RGBMatrix\Adafruit_GFX.h:60:3: warning: #warning "The SD library was not found. loadImage() and image() won't be supported." [-Wcpp]
#warning "The SD library was not found. loadImage() and image() won't be supported."
^~~~~~~
The light flickers several bright white lines and dots occasionally. I've tried renaming the library folder to match the .cpp and .h file to no avail. I'm very new to all of this, any help is much appreciated.